2018-05-24 |
Sjoerd Mullender |
Updated release numbers in preparation for a release.
v2.28
|
2018-05-18 |
Pedro Ferreira |
Compilation fix and new release
embedded
|
2018-05-18 |
Pedro Ferreira |
Merge with default
embedded
|
2018-05-17 |
Martin van Dinther |
Fix warnings:
|
2018-05-17 |
Martin van Dinther |
Updated ChangeLog and ChangeLog-Archive in preparation for new release of JDBC driver
|
2018-05-08 |
Pedro Ferreira |
Add choices to embedded connection parameters
embedded
|
2018-05-08 |
Pedro Ferreira |
Merge with default
embedded
|
2018-05-08 |
Pedro Ferreira |
Use the system's timezone by default as well when retrieving times and timezones.
embedded
|
2018-05-03 |
Martin van Dinther |
Update java examples code
|
2018-05-03 |
Martin van Dinther |
Socket may also throw an UnknownHostException. Add it to MapiSocket.connect() and catch it in MonetConnection(Properties props).
|
2018-05-03 |
Martin van Dinther |
Improve and extend MonetDriver.getPropertyInfo() with choice values
|
2018-05-03 |
Martin van Dinther |
Rename internal method MonetDriver.getJavaType() into MonetDriver.getJdbcSQLType()
|
2018-04-26 |
Martin van Dinther |
Correction: Loader functions (type = 7) should return a table.
|
2018-04-26 |
Martin van Dinther |
Removed old ChangeLog content. It was already copied in ChangeLog-Archive.
|
2018-04-26 |
Martin van Dinther |
Corrected and extended output of DatabaseMetaData methods getTimeDateFunctions() and getSystemFunctions().
|
2018-04-26 |
Martin van Dinther |
Improved DatabaseMetaData methods getTablePrivileges() and getColumnPrivileges() by returning also
|
2018-04-19 |
Martin van Dinther |
Corrected method DatabaseMetaData.getFunctions().
|
2018-04-19 |
Martin van Dinther |
Removed DISTINCT from SELECT DISTINCT where it should not be needed (in getTables() and getFunctionColumns())
|
2018-04-19 |
Martin van Dinther |
Optimise SQL query generation for cases where the WHERE clause already has a AND 1 = 0 condition. Exlude adding more AND ... conditions.
|
2018-04-19 |
Martin van Dinther |
Added support for querying the sys.comments table for some meta data methods
|
2018-03-29 |
Martin van Dinther |
Improve readability
|
2018-03-29 |
Martin van Dinther |
Update some documentation text
|
2018-03-22 |
Pedro Ferreira |
Parse embedded JDBC connection parameters as well.
embedded
|
2018-03-21 |
Pedro Ferreira |
In an embedded JDBC connection, don't check/set query timeouts while validating the connection.
embedded
|
2018-03-08 |
Martin van Dinther |
Small update on the release.txt
|
2018-03-08 |
Martin van Dinther |
Improved implementation of MonetClob and MonetBlob classes by adding checks on validity of input parameters of methods of those classes.
|
2018-03-02 |
Pedro Ferreira |
Merged with default, updated copyright and made new release
embedded
|
2018-03-02 |
Pedro Ferreira |
Indentation
embedded
|
2018-03-02 |
Pedro Ferreira |
Move batch processing definition in order to support it properly in a embedded connection
embedded
|
2017-12-06 |
Pedro Ferreira |
Merge with default
embedded
|
2018-03-01 |
Martin van Dinther |
Optimize TupleLineParser by doing less copying of string data when field value does not contain an escape character, which is the case for most strings.
|
2018-02-15 |
Martin van Dinther |
Reduce memory consumption in TupleLineParser which is a subclass of MCLParser.
|
2018-01-04 |
Martin van Dinther |
Updated the release notes.
|
2018-01-04 |
Martin van Dinther |
Extend PreparedStatement test with calling setClob(int, Clob) and setClob(int, Reader) methods.
|
2018-01-04 |
Sjoerd Mullender |
It's 2018 now.
|
2017-12-14 |
Martin van Dinther |
Make some public non-JDBC methods accessable only to classes of the same package.
|
2017-12-14 |
Martin van Dinther |
Improve parsing negative years.
|
2017-12-06 |
Pedro Ferreira |
Make addWarning method public, so it can compile
embedded
|
2017-11-16 |
Martin van Dinther |
First fix for bug 6468
|
2017-11-06 |
Pedro Ferreira |
Merged with default
embedded
|
2017-10-26 |
Martin van Dinther |
Resolved javadoc many errors and warnings, such as:
|
2017-10-26 |
Martin van Dinther |
Updating build.xml and tests/build.xml
|
2017-10-23 |
Sjoerd Mullender |
Settings tag v2.27.
|
2017-10-19 |
Martin van Dinther |
Corrected the hg URL to the new location: monetdb-java
v2.27
|
2017-10-19 |
Martin van Dinther |
Also update the release notes for the new release
|
2017-10-19 |
Martin van Dinther |
Updated ChangeLogs and minor release numbers for both MCL and JDBC driver in preparation for new releases.
|
2017-10-19 |
Martin van Dinther |
Added: private static final long serialVersionUID
|
2017-10-12 |
Martin van Dinther |
For MonetresultSet class: added method checkNotClosed() and invocation for all methods which should test it.
|
2017-10-12 |
Martin van Dinther |
Making variables private where possible.
|
2017-10-12 |
Martin van Dinther |
Resolving javac warnings:
|
2017-10-05 |
Martin van Dinther |
Corrected implementation of Connection.prepareCall() methods. They used to return null.
|
2017-10-05 |
Martin van Dinther |
Small improvements
|
2017-10-05 |
Martin van Dinther |
Correct the property separator. Should be a & instead of a ;
|
2017-10-05 |
Martin van Dinther |
Correct the documentation of the cancel() method.
|
2017-10-05 |
Martin van Dinther |
Small code and layout improvements
|
2017-10-05 |
Martin van Dinther |
Improvement: throw SQLFeatureNotSupportedException instead of SQLException
|
2017-10-05 |
Martin van Dinther |
Improvement: only extend typeMap when the property was set to true.
|
2017-10-05 |
Martin van Dinther |
Extend DatabaseMetaData.getClientInfoProperties() with new property: treat_clob_as_varchar
|
2017-09-28 |
Martin van Dinther |
Extend release.txt with information on MonetDB JDBC connection URL format
|
2017-09-28 |
Martin van Dinther |
Added possibility via a connection property to let the JDBC driver
|