MonetDB: Oct2020 - Approved output

2020-09-08 Thread Pedro Ferreira
Changeset: 09913a150391 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=09913a150391 Modified Files: sql/test/SQLancer/Tests/sqlancer06.stable.out Branch: Oct2020 Log Message: Approved output diffs (22 lines): diff --git a/sql/test/SQLancer/Tests/sqlancer06.stable

MonetDB: Oct2020 - use op_left in case of any-(not)-equal subque...

2020-09-08 Thread Niels Nes
Changeset: f5866db65675 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f5866db65675 Modified Files: sql/server/rel_unnest.c sql/test/subquery/Tests/scalar.stable.out Branch: Oct2020 Log Message: use op_left in case of any-(not)-equal subqueries diffs (95 l

MonetDB: Oct2020 - Approved output

2020-09-08 Thread Pedro Ferreira
Changeset: c79d8c0b47bb for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c79d8c0b47bb Modified Files: sql/test/SQLancer/Tests/sqlancer06.stable.out Branch: Oct2020 Log Message: Approved output diffs (27 lines): diff --git a/sql/test/SQLancer/Tests/sqlancer06.stable

MonetDB: Oct2020 - small fix for all() subqueries

2020-09-08 Thread Niels Nes
Changeset: 6c84e23bdfdb for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=6c84e23bdfdb Modified Files: sql/server/rel_unnest.c Branch: Oct2020 Log Message: small fix for all() subqueries diffs (12 lines): diff --git a/sql/server/rel_unnest.c b/sql/server/rel_unnest.

MonetDB: Oct2020 - New crash and approved output. Enough bugs fo...

2020-09-08 Thread Pedro Ferreira
Changeset: a2b60c611cc5 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=a2b60c611cc5 Modified Files: sql/test/SQLancer/Tests/sqlancer06.sql sql/test/SQLancer/Tests/sqlancer06.stable.err sql/test/SQLancer/Tests/sqlancer06.stable.out sql/test/SQL

MonetDB: Oct2020 - SQLancer crash on subquery

2020-09-08 Thread Pedro Ferreira
Changeset: 8e3bbed9 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=8e3bbed9 Modified Files: sql/test/SQLancer/Tests/sqlancer07.sql Branch: Oct2020 Log Message: SQLancer crash on subquery diffs (24 lines): diff --git a/sql/test/SQLancer/Tests/sqlancer07.sq

MonetDB: Oct2020 - Making SQLancer happy. Don't move pointer dat...

2020-09-08 Thread Pedro Ferreira
Changeset: d0535dd41f9b for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d0535dd41f9b Modified Files: sql/server/rel_select.c sql/test/SQLancer/Tests/sqlancer07.sql sql/test/SQLancer/Tests/sqlancer07.stable.out Branch: Oct2020 Log Message: Making SQLan

MonetDB: copybinary - Get rid of printf tracing

2020-09-08 Thread Joeri van Ruth
Changeset: eded238f0884 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=eded238f0884 Modified Files: common/stream/bs.c common/stream/stream.c common/stream/stream.h sql/backends/monet5/sql.c Branch: copybinary Log Message: Get rid of printf t

MonetDB: copybinary - Add support for NULL strings

2020-09-08 Thread Joeri van Ruth
Changeset: 99bbc3b67902 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=99bbc3b67902 Added Files: sql/test/bincopy/Tests/bincopy_null_strings_on_client.SQL.py sql/test/bincopy/Tests/bincopy_null_strings_on_client.stable.err sql/test/bincopy/Tests/binco

MonetDB: copybinary - do not terminate on newlines

2020-09-08 Thread Joeri van Ruth
Changeset: ac8566cacf4e for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ac8566cacf4e Added Files: sql/test/bincopy/Tests/bincopy_newlines_on_client.SQL.py sql/test/bincopy/Tests/bincopy_newlines_on_client.stable.err sql/test/bincopy/Tests/bincopy_newli

MonetDB: copybinary - Read directly into fixed width BAT, withou...

2020-09-08 Thread Joeri van Ruth
Changeset: 351d91e04ce8 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=351d91e04ce8 Modified Files: sql/backends/monet5/sql.c Branch: copybinary Log Message: Read directly into fixed width BAT, without intermediate buffer diffs (114 lines): diff --git a/sql/backe

MonetDB: copybinary - improve error handling

2020-09-08 Thread Joeri van Ruth
Changeset: 74245583bd0b for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=74245583bd0b Modified Files: sql/backends/monet5/sql.c Branch: copybinary Log Message: improve error handling diffs (71 lines): diff --git a/sql/backends/monet5/sql.c b/sql/backends/monet5/sql

MonetDB: copybinary - Normalize paths in bincopy test output

2020-09-08 Thread Joeri van Ruth
Changeset: 6b9573a5d7ae for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=6b9573a5d7ae Modified Files: sql/test/bincopy/Tests/bincopy_broken_strings_on_client.stable.err sql/test/bincopy/Tests/bincopy_broken_strings_on_server.stable.err sql/test/bincopy/

MonetDB: copybinary - Use same code ON CLIENT and ON SERVER

2020-09-08 Thread Joeri van Ruth
Changeset: 3512adb33674 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=3512adb33674 Modified Files: sql/backends/monet5/sql.c sql/test/bincopy/Tests/bincopy_broken_strings_on_client.stable.err sql/test/bincopy/Tests/bincopy_broken_strings_on_server.st

MonetDB: copybinary - Synchronize the MAPI stream after encounte...

2020-09-08 Thread Joeri van Ruth
Changeset: f62e1800a9af for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f62e1800a9af Modified Files: sql/backends/monet5/sql.c Branch: copybinary Log Message: Synchronize the MAPI stream after encountering an error diffs (41 lines): diff --git a/sql/backends/monet

MonetDB: copybinary - Convert BATattach_bstream to BATattach_stream

2020-09-08 Thread Joeri van Ruth
Changeset: 94fab0da8a00 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=94fab0da8a00 Modified Files: sql/backends/monet5/sql.c Branch: copybinary Log Message: Convert BATattach_bstream to BATattach_stream diffs (156 lines): diff --git a/sql/backends/monet5/sql.c b

MonetDB: copybinary - Split BATattach_bstream in two

2020-09-08 Thread Joeri van Ruth
Changeset: db6ffeb6c28b for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=db6ffeb6c28b Modified Files: sql/backends/monet5/sql.c Branch: copybinary Log Message: Split BATattach_bstream in two Into BATattach_bstream_str and BATattach_bstream_as_bytes. diffs (166 line

MonetDB: copybinary - Simplify because no more need for prompting

2020-09-08 Thread Joeri van Ruth
Changeset: adbd643d29dc for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=adbd643d29dc Modified Files: sql/backends/monet5/sql.c Branch: copybinary Log Message: Simplify because no more need for prompting diffs (50 lines): diff --git a/sql/backends/monet5/sql.c b/sq

MonetDB: copybinary - Switch to \0 terminated strings

2020-09-08 Thread Joeri van Ruth
Changeset: 6bcb83bcb2f2 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=6bcb83bcb2f2 Modified Files: sql/backends/monet5/sql.c sql/test/bincopy/Tests/bincopy_support.py Branch: copybinary Log Message: Switch to \0 terminated strings diffs (92 lines): diff

MonetDB: copybinary - Apparently some tests were approved while ...

2020-09-08 Thread Joeri van Ruth
Changeset: f71dc3d80ab9 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f71dc3d80ab9 Modified Files: sql/test/bincopy/Tests/bincopy_large_strings_on_server.stable.err sql/test/bincopy/Tests/bincopy_large_strings_on_server.stable.out sql/test/bincopy/Te

MonetDB: copybinary - Move bincopy tests to their own directory

2020-09-08 Thread Joeri van Ruth
Changeset: a1aa0e73a5f9 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=a1aa0e73a5f9 Added Files: sql/test/bincopy/Tests/All sql/test/bincopy/Tests/bincopy_broken_strings_on_client.SQL.py sql/test/bincopy/Tests/bincopy_broken_strings_on_client.stable.e

MonetDB: copybinary - Trick to hold on to bincopy test data for ...

2020-09-08 Thread Joeri van Ruth
Changeset: 7d6fab769c17 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=7d6fab769c17 Modified Files: sql/test/Tests/bincopy_support.py Branch: copybinary Log Message: Trick to hold on to bincopy test data for manual testing diffs (13 lines): diff --git a/sql/test/

MonetDB: copybinary - Move prompting to the bs stream

2020-09-08 Thread Joeri van Ruth
Changeset: 6fbe8aafb27d for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=6fbe8aafb27d Modified Files: sql/backends/monet5/sql.c Branch: copybinary Log Message: Move prompting to the bs stream diffs (36 lines): diff --git a/sql/backends/monet5/sql.c b/sql/backends/m

MonetDB: copybinary - More refactor

2020-09-08 Thread Joeri van Ruth
Changeset: 970347a1859a for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=970347a1859a Modified Files: sql/backends/monet5/sql.c Branch: copybinary Log Message: More refactor diffs (13 lines): diff --git a/sql/backends/monet5/sql.c b/sql/backends/monet5/sql.c --- a/

MonetDB: copybinary - Add set_prompting

2020-09-08 Thread Joeri van Ruth
Changeset: 0518b8f61ef8 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=0518b8f61ef8 Modified Files: common/stream/bs.c common/stream/stream.h Branch: copybinary Log Message: Add set_prompting diffs (52 lines): diff --git a/common/stream/bs.c b/common/stre

MonetDB: copybinary - refactor onclient copying to make it easie...

2020-09-08 Thread Joeri van Ruth
Changeset: 0a3dbd1e0750 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=0a3dbd1e0750 Modified Files: sql/backends/monet5/sql.c Branch: copybinary Log Message: refactor onclient copying to make it easier to modify diffs (46 lines): diff --git a/sql/backends/monet5/

MonetDB: copybinary - Add prompting_block_stream

2020-09-08 Thread Joeri van Ruth
Changeset: 728e42b28b38 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=728e42b28b38 Modified Files: common/stream/bs.c common/stream/stream.h common/stream/stream_internal.h Branch: copybinary Log Message: Add prompting_block_stream diffs (108 line

MonetDB: copybinary - Add bs tracing

2020-09-08 Thread Joeri van Ruth
Changeset: f06b7ae1e301 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f06b7ae1e301 Modified Files: common/stream/bs.c common/stream/stream.c common/stream/stream.h sql/backends/monet5/sql.c Branch: copybinary Log Message: Add bs tracing di

MonetDB: copybinary - Attempt to add test for broken utf-8

2020-09-08 Thread Joeri van Ruth
Changeset: 381933040a0b for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=381933040a0b Added Files: sql/test/Tests/bincopy_broken_strings_on_client.SQL.py sql/test/Tests/bincopy_broken_strings_on_client.stable.err sql/test/Tests/bincopy_broken_strings_on

MonetDB: copybinary - Add some tests

2020-09-08 Thread Joeri van Ruth
Changeset: 1b0dd20a2329 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=1b0dd20a2329 Added Files: sql/test/Tests/bincopy_ints_on_client.SQL.py sql/test/Tests/bincopy_ints_on_client.stable.err sql/test/Tests/bincopy_ints_on_client.stable.out sql

MonetDB: copybinary - tiny readability fix

2020-09-08 Thread Joeri van Ruth
Changeset: a246365360a5 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=a246365360a5 Modified Files: sql/backends/monet5/sql.c Branch: copybinary Log Message: tiny readability fix diffs (20 lines): diff --git a/sql/backends/monet5/sql.c b/sql/backends/monet5/sql.c

MonetDB: Oct2020 - Making SQLancer happy. Don't give points to p...

2020-09-08 Thread Pedro Ferreira
Changeset: 1988923e3ee0 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=1988923e3ee0 Added Files: sql/test/SQLancer/Tests/sqlancer07.sql sql/test/SQLancer/Tests/sqlancer07.stable.err sql/test/SQLancer/Tests/sqlancer07.stable.out Modified Files:

MonetDB: Oct2020 - SQLancer query with wrong results

2020-09-08 Thread Pedro Ferreira
Changeset: e36d0aef5916 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e36d0aef5916 Modified Files: sql/test/SQLancer/Tests/sqlancer06.sql Branch: Oct2020 Log Message: SQLancer query with wrong results diffs (23 lines): diff --git a/sql/test/SQLancer/Tests/sqlanc