2021-09-02 |
Joeri van Ruth |
Various changes suggested by Martin van Dinther
onclient
|
2021-09-02 |
Joeri van Ruth |
Make the MonetUploadHandler and MonetDownloadHandler interfaces part of MonetConnection
onclient
|
2021-09-02 |
Joeri van Ruth |
Handle case where in.readLine() returns null
onclient
|
2021-09-02 |
Joeri van Ruth |
Move {get/set}{Down/Up}loadHander further down the file
onclient
|
2021-08-27 |
Joeri van Ruth |
Javadoc and some minor changes
onclient
|
2021-08-26 |
Joeri van Ruth |
Add test for uploadFrom methods
onclient
|
2021-08-26 |
Joeri van Ruth |
Allow MonetUploadHandler to configure the chunk size
onclient
|
2021-08-24 |
Joeri van Ruth |
Removing error-flush makes it much better
onclient
|
2021-08-23 |
Joeri van Ruth |
Also implement downloadTo(), and use it in FileTransferHandler
onclient
|
2021-08-23 |
Joeri van Ruth |
More renaming. user registers MonetUploadHandler which is handed an Upload
onclient
|
2021-08-23 |
Joeri van Ruth |
rename insertFakeFlushes to insertFakePrompts
onclient
|
2021-08-19 |
Joeri van Ruth |
add getStream to DownloadHandle
onclient
|
2021-08-19 |
Joeri van Ruth |
Improve flushing around error responses
onclient
|
2021-08-19 |
Joeri van Ruth |
Add stub code for downloading
onclient
|
2021-08-19 |
Joeri van Ruth |
Register upload handler and download handler separately
onclient
|
2021-08-18 |
Joeri van Ruth |
Succesful file uploading
onclient
|
2021-08-17 |
Joeri van Ruth |
Upload fake data when an upload request is received
onclient
|
2021-08-13 |
Joeri van Ruth |
Stub implementation of FILETRANSFER handling
onclient
|
2021-08-13 |
Joeri van Ruth |
Include lineType in error message
onclient
|
2021-08-13 |
Joeri van Ruth |
Refactor LineType to be an enum
onclient
|
2021-08-12 |
Joeri van Ruth |
Introduce temp var for debugging convenience
onclient
|
2021-06-10 |
Martin van Dinther |
Optimise code by reducing local variables which are used only once, replacing complex string concatenation by using StringBuilder, replacing some ternairy operators.
|
2021-06-01 |
Martin van Dinther |
Correct comment, we never released version 2.30. It was 3.0.
|
2021-04-30 |
Martin van Dinther |
Reduce the number of MonetDatabaseMetaData objects created via getMetaData() to maximum 1 per connection as it can be reused.
|
2021-03-04 |
Martin van Dinther |
Correcting typos in documentation text. Also improved the readability of the generated javadoc documents.
|
2021-02-10 |
Martin van Dinther |
Optimise composing the "SET TIME ZONE ..." string by using a StringBuilder. Less String copying.
|
2021-02-10 |
Joeri van Ruth |
default server reply size is 100, not -1
|
2021-02-10 |
Joeri van Ruth |
fetchsize is allowed to be -1
|
2021-02-09 |
Joeri van Ruth |
fix misrenaming
|
2021-02-08 |
Joeri van Ruth |
Add fetchsize to the list of valid client props
|
2021-02-08 |
Joeri van Ruth |
Catch and warn about invalid fetch sizes.
|
2021-02-03 |
Martin van Dinther |
Restructured code (incl removal of duplicate code) for utility functions dq() and sq() which add double or double quotes and add escapes to string values.
|
2021-02-02 |
Joeri van Ruth |
Allow to set fetchsize from the connection url
mapihandshake
|
2021-02-02 |
Joeri van Ruth |
Send reply size and time zone during initial handshake
|
2021-01-20 |
Martin van Dinther |
Improved performance of ResultSetMetaData methods getSchemaName(), getTableName(), getPrecision(), getScale(), isNullable() and isAutoIncrement().
|
2021-01-14 |
Martin van Dinther |
Small improvements: adding some final keywords, removing unnecesary initialisations, improve comments.
|
2021-01-07 |
Martin van Dinther |
Improve code when setting query timeout. It used to call the sys.settimeout(bigint) which is deprecated as of release Jun2020 (11.37.7) and replaced by new sys.setquerytimeout(int).
|
2021-01-07 |
Martin van Dinther |
Optimise code, reduce duplicate code, cache major and minor version nrs of connected database server and max nr of clients so conversion of strings to ints is only done once.
|
2021-01-06 |
Martin van Dinther |
Update Copyright year.
|
2020-11-12 |
Martin van Dinther |
Moved Java classes from packages starting with nl.cwi.monetdb.* to package org.monetdb.*
base
src/main/java/nl/cwi/monetdb/jdbc/MonetConnection.java@d7fa33d323c0
|