Mercurial > hg > monetdb-java
graph
-
Update ChangeLog and ChangeLog-Archive in preparation for new release.2022-01-27, by Martin van Dinther
-
Be specific which version number we update.2022-01-27, by Sjoerd Mullender
-
Added test to execute PLAN, EXPLAIN, TRACE and DEBUG queries via JDBC API.2022-01-27, by Martin van Dinther
-
Fix Control protocol handling2022-01-21, by Joeri van Ruth
-
Add isStopped() method to Control2022-01-21, by Joeri van Ruth
-
Allow setting socket read timeout on Control2022-01-21, by Joeri van Ruth
-
Recognize '=' as a RESULT line2022-01-21, by Joeri van Ruth
-
Add a few extra spaces to get a better indentation and presentation of the list of (system) functions, aggregates and window functions.2022-01-20, by Martin van Dinther
-
Typo, found by reviewing generated javadoc2022-01-20, by Martin van Dinther
-
Resolve javadoc error and warnings :2022-01-20, by Martin van Dinther
-
executeUpdate(sql) and executeLargeUpdate(sql) expect a Statement, not a Query. Improved the text of the Exception msg.2022-01-20, by Martin van Dinther
-
Cleanup old code.2022-01-20, by Martin van Dinther
-
Optimizations2022-01-20, by Martin van Dinther
-
Resolve javac -Xlint warnings2022-01-20, by Martin van Dinther
-
Some small improvements2022-01-19, by Martin van Dinther
-
Fixed an SQL query problem in DatabaseMetaData.getBestRowIdentifier() method when used with MonetDB Jan2022 (or newer) releases.2022-01-19, by Martin van Dinther
-
Accidentally checked in some debugging code2022-01-19, by Joeri van Ruth
-
Only close the writer after the loop has finished2022-01-19, by Joeri van Ruth
-
Implement line ending conversion for downloads2022-01-19, by Joeri van Ruth
-
Fix doc link2022-01-19, by Joeri van Ruth
-
Add missing call to exitTest2022-01-19, by Joeri van Ruth
-
Normalize CRLF on upload2022-01-18, by Joeri van Ruth
-
write to out, not to super when implementing FilterOutputStream2022-01-18, by Joeri van Ruth
-
Extended JdbcClient application with support for more \d commands:2022-01-13, by Martin van Dinther
-
Updated Copyright year.2022-01-05, by Martin van Dinther
-
Cosmetic changes2022-01-04, by Joeri van Ruth
-
Extend example with Download functionality2022-01-04, by Joeri van Ruth
-
On failure do not forget to close the resultset resource first.2021-12-23, by Martin van Dinther
-
Remove old changes already from the ChangeLog.2021-12-16, by Martin van Dinther
-
Remove obsolete class2021-12-16, by Martin van Dinther
-
Test uploading compressed files in FileTransferHandler2021-12-09, by Joeri van Ruth
-
Fix Gzip Reader in FileTransferHandler2021-12-09, by Joeri van Ruth
-
Fix selection criterium2021-12-09, by Joeri van Ruth
-
Allow to select specific OnClient tests from command line2021-12-09, by Joeri van Ruth
-
Change test output to make it more informative on Windows2021-12-09, by Joeri van Ruth
-
Update validation of 3 new sys.statistics columns to be done only from version 43 onwards, so Jan2022 release.2021-12-08, by Martin van Dinther
-
Updated not null validations for changed 'statistics' table on analyze-fix branch2021-12-07, by Pedro Ferreira
-
Removed strange character lastIndexOf???('.') in method name. It reported a compilation error on Windows but not on Linux.2021-12-02, by Martin van Dinther
-
Optimize call use use single character2021-12-02, by Martin van Dinther
-
Show hexdumps in the File Transfer encoding tests2021-11-25, by Joeri van Ruth
-
Restored test to outputs before Jul2021, after fixing bug #72002021-11-23, by Pedro Ferreira
-
Add removal of used table foo. Also eliminated duplicate code.2021-11-18, by Martin van Dinther
-
Simplify OnClientTester program.2021-11-18, by Martin van Dinther
-
For testweb failures need to be written to err2021-11-10, by Martin van Dinther
-
Answer to question. Please test if it works for your system.2021-11-10, by Martin van Dinther
-
Resolve Xlint warning2021-11-10, by Martin van Dinther
-
Merge onclient into default2021-11-05, by Joeri van Ruth
-
Make SQLcopyinto test work onder monetdbd2021-11-05, by Joeri van Ruth
-
Update MonetDB validator with definitions for new tables/views (fkey_actions and fkeys).2021-11-04, by Martin van Dinther
-
Pass expected encoding as a constructor parameter to FileTransferHandler onclient2021-10-14, by Joeri van Ruth