2022-01-27 |
Martin van Dinther |
Improve and extend information in .txt files.
|
2022-01-27 |
Sjoerd Mullender |
Settings tag v3.2.
|
2022-01-27 |
Sjoerd Mullender |
Updated release numbers in preparation for a release.
v3.2
|
2022-01-27 |
Martin van Dinther |
Update ChangeLog and ChangeLog-Archive in preparation for new release.
|
2022-01-27 |
Martin van Dinther |
Add tests for getBestRowIdentifier() on a table which does not have a primary key but two unique constraints of which one is defined on a column which allows NULL.
|
2022-01-27 |
Sjoerd Mullender |
Be specific which version number we update.
|
2022-01-27 |
Martin van Dinther |
Added test to execute PLAN, EXPLAIN, TRACE and DEBUG queries via JDBC API.
|
2022-01-21 |
Joeri van Ruth |
Fix Control protocol handling
|
2022-01-21 |
Joeri van Ruth |
Add isStopped() method to Control
|
2022-01-21 |
Joeri van Ruth |
Allow setting socket read timeout on Control
|
2022-01-21 |
Joeri van Ruth |
Recognize '=' as a RESULT line
|
2022-01-20 |
Martin van Dinther |
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 |
Martin van Dinther |
Typo, found by reviewing generated javadoc
|
2022-01-20 |
Martin van Dinther |
Resolve javadoc error and warnings :
|
2022-01-20 |
Martin van Dinther |
executeUpdate(sql) and executeLargeUpdate(sql) expect a Statement, not a Query. Improved the text of the Exception msg.
|
2022-01-20 |
Martin van Dinther |
Cleanup old code.
|
2022-01-20 |
Martin van Dinther |
Do more cleanup in the close() methods such as calling clearWarnings(), clearParameters(), clearBatch() and dereferencing cached objects.
|
2022-01-20 |
Martin van Dinther |
Optimizations
|
2022-01-20 |
Martin van Dinther |
Resolve javac -Xlint warnings
|
2022-01-19 |
Martin van Dinther |
Some small improvements
|
2022-01-19 |
Martin van Dinther |
Fixed an SQL query problem in DatabaseMetaData.getBestRowIdentifier() method when used with MonetDB Jan2022 (or newer) releases.
|
2022-01-19 |
Joeri van Ruth |
Accidentally checked in some debugging code
|
2022-01-19 |
Joeri van Ruth |
Only close the writer after the loop has finished
|
2022-01-19 |
Joeri van Ruth |
Implement line ending conversion for downloads
|
2022-01-19 |
Joeri van Ruth |
Fix doc link
|
2022-01-19 |
Joeri van Ruth |
Add missing call to exitTest
|
2022-01-18 |
Joeri van Ruth |
Normalize CRLF on upload
|
2022-01-18 |
Joeri van Ruth |
write to out, not to super when implementing FilterOutputStream
|
2022-01-13 |
Martin van Dinther |
Extended JdbcClient application with support for more \d commands:
|
2022-01-05 |
Martin van Dinther |
Updated Copyright year.
|