log

age author description
2011-12-14 Sjoerd Mullender Merge with default branch. headless
2011-12-14 Sjoerd Mullender ODBC: Implemented releasing of prepared queries. Dec2011
2011-12-14 Sjoerd Mullender ODBC: Fix problems with SQLPrepare/SQLExecute. Dec2011
2011-12-14 Sjoerd Mullender Merge with Dec2011 branch.
2011-12-14 Sjoerd Mullender Merge with default branch. headless
2011-12-14 Sjoerd Mullender Added more error codes. Dec2011
2011-12-14 Sjoerd Mullender Approve output. Dec2011
2011-12-14 Sjoerd Mullender Add more error codes and make sure that sql.assert doesn't add superfluous code. Dec2011
2011-12-14 Sjoerd Mullender SQL: give error when creating a view with incorrect number of columsn. Dec2011
2011-12-14 Sjoerd Mullender SQL: error code for when trying to insert wrong number of values. Dec2011
2011-12-14 Sjoerd Mullender ODBC: Update to error messages. Dec2011
2011-12-13 Fabian Groffen sql_create_user: avoid dep on M5 (getExceptionMessage) Dec2011
2011-12-13 Fabian Groffen test: hand approve expected output Dec2011
2011-12-13 Fabian Groffen test: hand approve expected output Dec2011
2011-12-13 Fabian Groffen sql_create_user: don't dump full MAL exception details Dec2011
2011-12-13 Fabian Groffen sql_user: don't dump full MAL exception details Dec2011
2011-12-13 Fabian Groffen DROP USER: don't dump full MAL exception details Dec2011
2011-12-13 Fabian Groffen Tests: approve output after error message changes Dec2011
2011-12-13 Sjoerd Mullender SQL: Added error codes for "no such table" and "no such column". Dec2011
2011-12-13 Fabian Groffen SQLSTATEs: M31 and M32 have been replaced Dec2011
2011-12-13 Sjoerd Mullender SQL: Changed and added a bunch of error codes. Dec2011
2011-12-13 Sjoerd Mullender ODBC: SQLSTATE is now terminated by !. Dec2011
2011-12-13 Fabian Groffen SQLSTATE: send state client separated by bang Dec2011
2011-12-13 Sjoerd Mullender ODBC: Also in SQLExecute pass on sqlstate from server to application. Dec2011
2011-12-13 Sjoerd Mullender ODBC: Pass SQLSTATE that we get from server on to application. Dec2011
2011-12-13 Niels Nes in case of topn look at project for the return list
2011-12-12 Niels Nes rename expressions of used replica
2011-12-12 Fabian Groffen Merged from Dec2011
2011-12-12 Sjoerd Mullender Protect against NULL pointer. Dec2011
2011-12-12 Fabian Groffen SQL: approve changed/improved error messages Dec2011
2011-12-12 Fabian Groffen SQL: add SQLSTATE for errors from sql_privileges Dec2011
2011-12-12 Fabian Groffen SQL: send SQLSTATE numbers in exception messages (incomplete) Dec2011
2011-12-12 Fabian Groffen sql: omit MAL exception decorations in SQL error messages Dec2011
2011-12-12 Sjoerd Mullender ODBC log: use connect attribute translation for connect options. Dec2011
2011-12-12 Jennie Zhang merged from default sciql
2011-12-06 Jennie Zhang merged from default sciql
2011-12-12 Fabian Groffen MAL: cleanup exception raising a little Dec2011
2011-12-12 Niels Nes split multiple references to a replica table
2011-12-11 Niels Nes add support for 'replica' tables
2011-12-11 Fabian Groffen readLine: (3rd time) finally get the SQLSTATE regex right Dec2011
2011-12-11 Fabian Groffen readLine: fix logic and regex error Dec2011
2011-12-11 Fabian Groffen JDBC: allow server to send SQLSTATE codes Dec2011
2011-12-11 Fabian Groffen JDBC: set SQLSTATE for SQLExceptions thrown Dec2011
2011-12-11 Stefan Manegold Merge from Dec2011 branch.
2011-12-11 Stefan Manegold registerStop: make sure non-void function does properly return Dec2011
2011-12-11 Fabian Groffen registerStop: make sure we can reach the cleanup code in case of success Dec2011
2011-12-11 Fabian Groffen Mx: turn exit into return for main to avoid unreachable return/missing return warnings Dec2011
2011-12-11 Fabian Groffen Mx: add back unreachable return for icc Dec2011
2011-12-10 Fabian Groffen Merged from Dec2011
2011-12-10 Fabian Groffen MonetConnection: serialise access to the connection to the server Dec2011
2011-12-10 Fabian Groffen merovingian: remove unreachable return and break calls Dec2011
2011-12-10 Fabian Groffen Mx: fix some complaints by Clang-3.0 Dec2011
2011-12-09 Fabian Groffen JDBC: add DatabaseMetaData test Dec2011
2011-12-09 Fabian Groffen JDBC: add (too short) DatabaseMetaData test Dec2011
2011-12-09 Fabian Groffen Revert accidental change from previous commit Dec2011
2011-12-09 Fabian Groffen Mtest: fix jdbc jar regex so we can test jdbc test again Dec2011
2011-12-09 Fabian Groffen MonetConnection: fix spelling Dec2011
2011-12-09 Fabian Groffen MonetConnection: drop obsolete copyToServer XQuery method Dec2011
2011-12-09 Sjoerd Mullender Simplify logic, elaborate output. Dec2011
2011-12-09 Sjoerd Mullender Merge with Dec2011 branch.