MonetDB: Aug2018 - correcting incorrect comment

2018-09-06 Thread Martin van Dinther
Changeset: c2064fedb0cf for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c2064fedb0cf Modified Files: sql/include/sql_hash.h Branch: Aug2018 Log Message: correcting incorrect comment diffs (9 lines): diff --git a/sql/include/sql_hash.h b/sql/include/sql_hash.h ---

MonetDB: Aug2018 - Correcting invalid CREATE AGGREGATE FUNCTION ...

2018-09-06 Thread Martin van Dinther
Changeset: f14ce914a072 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f14ce914a072 Modified Files: clients/mapiclient/mhelp.c Branch: Aug2018 Log Message: Correcting invalid CREATE AGGREGATE FUNCTION syntax. Only CREATE AGGREGATE is supported. Adding separate

MonetDB: Aug2018 - The Visual Studio compiler wants some casts.

2018-09-06 Thread Sjoerd Mullender
Changeset: a28e2337123d for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=a28e2337123d Modified Files: clients/odbc/driver/ODBCUtil.c Branch: Aug2018 Log Message: The Visual Studio compiler wants some casts. diffs (21 lines): diff --git

MonetDB: default - Merge with Aug2018 branch.

2018-09-06 Thread Sjoerd Mullender
Changeset: fc88479cf1b3 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=fc88479cf1b3 Modified Files: MonetDB.spec buildtools/autogen/autogen/msc.py buildtools/doc/windowsbuild.rst clients/odbc/driver/ODBCConvert.c

MonetDB: Aug2018 - Sort functions and add schema.

2018-09-06 Thread Sjoerd Mullender
Changeset: e511aff447d6 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e511aff447d6 Modified Files: clients/odbc/driver/ODBCUtil.c Branch: Aug2018 Log Message: Sort functions and add schema. diffs (154 lines): diff --git a/clients/odbc/driver/ODBCUtil.c

MonetDB: Aug2018 - Revert changeset c39ea4f2c654 and add "su" di...

2018-09-06 Thread Sjoerd Mullender
Changeset: fde7bfda08f9 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=fde7bfda08f9 Modified Files: MonetDB.spec tools/merovingian/daemon/config/monetdbd.in Branch: Aug2018 Log Message: Revert changeset c39ea4f2c654 and add "su" directive to logrotate

MonetDB: Aug2018 - Updated ODBC UTF-8 handling.

2018-09-06 Thread Sjoerd Mullender
Changeset: 849ea3a3e68c for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=849ea3a3e68c Modified Files: clients/odbc/driver/ODBCUtil.c configure.ag Branch: Aug2018 Log Message: Updated ODBC UTF-8 handling. diffs (truncated from 368 to 300 lines): diff --git

MonetDB: Aug2018 - Error messages are const char *.

2018-09-06 Thread Sjoerd Mullender
Changeset: e9bc3e408285 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e9bc3e408285 Modified Files: clients/odbc/driver/ODBCConvert.c clients/odbc/driver/ODBCUtil.c clients/odbc/driver/ODBCUtil.h clients/odbc/driver/SQLError.c