MonetDB: Apr2019 - Fixed printing empty strings

2019-05-13 Thread Martin Kersten
Changeset: 5b26f014e3c6 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5b26f014e3c6 Modified Files: monetdb5/mal/Tests/tst251.stable.out Branch: Apr2019 Log Message: Fixed printing empty strings diffs (12 lines): diff --git a/monetdb5/mal/Tests/tst251.stable.out

MonetDB: Apr2019 - Deprecate sql.start() and sql.start2().

2019-05-13 Thread Martin Kersten
Changeset: 533f3bb12c06 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=533f3bb12c06 Modified Files: sql/backends/monet5/sql_scenario.c Branch: Apr2019 Log Message: Deprecate sql.start() and sql.start2(). diffs (54 lines): diff --git

MonetDB: Apr2019 - Fix typo

2019-05-13 Thread Martin Kersten
Changeset: 7a424f11aefc for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=7a424f11aefc Modified Files: monetdb5/modules/atoms/mtime.c Branch: Apr2019 Log Message: Fix typo diffs (12 lines): diff --git a/monetdb5/modules/atoms/mtime.c

MonetDB: context - more cleanup (use scanner and parsing routine...

2019-05-13 Thread Niels Nes
Changeset: e3860f4d426f for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e3860f4d426f Modified Files: sql/backends/monet5/mal_backend.h sql/backends/monet5/rel_bin.c sql/backends/monet5/rel_bin.h sql/backends/monet5/sql_execute.c

MonetDB: cmake-fun - Cleanup:

2019-05-13 Thread Pedro Ferreira
Changeset: 952c5cf48eb8 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=952c5cf48eb8 Modified Files: CMakeLists.txt clients/mapiclient/eventparser.c clients/mapiclient/mclient.c clients/mapiclient/msqldump.c

MonetDB: mosaic - Fix integral format.

2019-05-13 Thread Aris Koning
Changeset: 1f4d0c6ed975 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=1f4d0c6ed975 Modified Files: monetdb5/modules/mosaic/mosaic.c Branch: mosaic Log Message: Fix integral format. diffs (12 lines): diff --git a/monetdb5/modules/mosaic/mosaic.c

MonetDB: Apr2019 - Deal with completely empty values from the se...

2019-05-13 Thread Sjoerd Mullender
Changeset: ec9d75482638 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ec9d75482638 Modified Files: clients/mapilib/mapi.c Branch: Apr2019 Log Message: Deal with completely empty values from the server. Try, e.g. SELECT X'',X'';. diffs (51 lines): diff --git

MonetDB: Apr2019 - If first non-option arg can be opened but is ...

2019-05-13 Thread Sjoerd Mullender
Changeset: 3d70937457e4 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=3d70937457e4 Modified Files: clients/mapiclient/mclient.c Branch: Apr2019 Log Message: If first non-option arg can be opened but is not a file, treat it as database name. This extends the case

MonetDB: cmake-fun - Include header files where they are needed.

2019-05-13 Thread Pedro Ferreira
Changeset: 9188120cc74c for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9188120cc74c Modified Files: clients/mapilib/mapi.c common/options/monet_options.c common/stream/stream.c gdk/gdk_bbp.c gdk/gdk_utils.c

MonetDB: cmake-fun - Intel compiler fixes and find python 3 inte...

2019-05-13 Thread Pedro Ferreira
Changeset: 23a4e7eb57ec for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=23a4e7eb57ec Added Files: sql/backends/monet5/UDF/pyapi3/pyapi_locatepython3.bat.in Removed Files: sql/backends/monet5/UDF/pyapi3/pyapi_locatepython3.bat Modified Files: