changeset 76069:ab27dbd43876 |
---|
date: | 2020-08-01 11:07 +0200 |
---|
user: | Pedro Ferreira <pedro.ferreira@monetdbsolutions.com> |
---|
branch: | default |
---|
files: | sql/backends/monet5/sql_rank.c sql/test/analytics/Tests/analytics03.sql sql/test/analytics/Tests/analytics03.stable.out |
---|
message: | Don't mess around with void pointers. Use ValRecord from the stack and copy the input for the trivial window function cases. I hope this will fix the broken tests on bigendian and Windows |
---|
|
changeset 76070:37eea47e1d61 |
---|
date: | 2020-08-01 12:03 +0200 |
---|
user: | Pedro Ferreira <pedro.ferreira@monetdbsolutions.com> |
---|
branch: | default |
---|
files: | sql/server/rel_dump.c sql/server/rel_select.c sql/server/rel_unnest.c sql/test/miscellaneous/Tests/select_groupby.sql sql/test/miscellaneous/Tests/select_groupby.stable.err sql/test/miscellaneous/Tests/select_groupby.stable.out |
---|
message: | A function with no input parameters uses a NULL list, instead of an empty one. This hopefully fixes the failing count(*) window function on a remote table |
---|
|
changeset 76071:2e1b25576c12 |
---|
date: | 2020-08-01 12:58 +0200 |
---|
user: | Pedro Ferreira <pedro.ferreira@monetdbsolutions.com> |
---|
branch: | default |
---|
files: | sql/server/rel_select.c sql/test/subquery/Tests/subquery6.sql |
---|
message: | Be carefull with ANY input types for window functions and new bugs :( |
---|
|