3 weeks ago |
Martin van Dinther |
Correcting typo
|
2 months ago |
Sjoerd Mullender |
Updated release numbers in preparation for a release.
v12.0
|
2 months ago |
Sjoerd Mullender |
Remove suffix handling from version script.
|
3 months ago |
Martin van Dinther |
rename release.md back to release.txt
base
release.md@d709ad28356d
|
20 months ago |
Martin van Dinther |
Implemented ResultSet methods:
|
21 months ago |
Martin van Dinther |
Removed deprecated nl.cwi.monetdb.*.* classes and package.
|
21 months ago |
Martin van Dinther |
Update release.txt
|
2023-02-23 |
Sjoerd Mullender |
Updated release numbers in preparation for a release.
v3.3
|
2023-02-23 |
Martin van Dinther |
Add information on the column SPECIFIC_NAME as returned by getProcedures, getProcedureColumns, getFunctions and getFunctionColumns for overloaded procedure and function names.
|
2023-02-23 |
Martin van Dinther |
Update JDBC documentation text.
|
2022-12-22 |
Martin van Dinther |
Correct and improve the information on Statement.setEscapeProcessing method.
|
2022-12-22 |
Martin van Dinther |
Future versions of MonetDB (post Sep2022) will have capability to parse and execute ODBC/JDBC escape sequence syntax.
|
2022-10-13 |
Martin van Dinther |
Remove MCL_MAJOR and MCL_MINOR references now we no longer distribute monetdb-mcl-1.##.jre8.jar file.
|
2022-09-09 |
Joeri van Ruth |
Add autocommit=true/false option to jdbc url
|
2022-01-27 |
Martin van Dinther |
Improve and extend information in .txt files.
|
2022-01-27 |
Sjoerd Mullender |
Updated release numbers in preparation for a release.
v3.2
|
2022-01-05 |
Martin van Dinther |
Updated Copyright year.
|
2021-10-15 |
Joeri van Ruth |
Remove JdbcClient remark about files needing to be UTF-8.
onclient
|
2021-10-13 |
Martin van Dinther |
Added startup argument --csvdir to JdbcClient program to allow explicit enabling and specification where csv data files are to be read from or written to when the COPY ... ON CLIENT command is executed.
onclient
|
2021-08-30 |
Joeri van Ruth |
Add onclient.txt and refer to it from release.txt
onclient
|
2021-06-14 |
Sjoerd Mullender |
Updated release numbers in preparation for a release.
v3.1
|
2021-06-10 |
Martin van Dinther |
Updated ChangeLog, Archive and release.txt in preparation of new release.
|
2021-06-01 |
Martin van Dinther |
Update the release.txt
|
2021-02-17 |
Martin van Dinther |
Update ChangeLog release.txt for creating new MonetDB JDBC Driver release.
v3.0
|
2021-02-10 |
Martin van Dinther |
indent
|
2021-02-10 |
Joeri van Ruth |
fetchsize is allowed to be -1
|
2021-02-02 |
Joeri van Ruth |
Allow to set fetchsize from the connection url
mapihandshake
|
2020-11-12 |
Martin van Dinther |
Moved Java classes from packages starting with nl.cwi.monetdb.* to package org.monetdb.*
|
2020-10-08 |
Martin van Dinther |
Set the connection properties treat_clob_as_varchar and treat_blob_as_binary to true by default for faster processing (less objects created, less memory needed) when querying CLOB or BLOB column data.
|
2020-09-23 |
Martin van Dinther |
Updated JDBC driver to comply with JDBC 4.2 interface now we compile for Java 8. This includes:
|