2019-01-03 |
Martin van Dinther |
Update Copyright year to 2019
|
2018-07-25 |
Pedro Ferreira |
Small fixes.
embedded
|
2018-05-08 |
Pedro Ferreira |
Merge with default
embedded
|
2018-05-03 |
Martin van Dinther |
Rename internal method MonetDriver.getJavaType() into MonetDriver.getJdbcSQLType()
|
2018-03-02 |
Pedro Ferreira |
Merged with default, updated copyright and made new release
embedded
|
2018-01-04 |
Sjoerd Mullender |
It's 2018 now.
|
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-12 |
Martin van Dinther |
Making variables private where possible.
|
2017-09-28 |
Martin van Dinther |
Added possibility via a connection property to let the JDBC driver
|
2017-09-19 |
Pedro Ferreira |
Merged with default
embedded
|
2017-09-07 |
Martin van Dinther |
Improve thrown SQLExceptions in setString(), changed them into SQLDataException with distinct SQLState codes.
|
2017-09-07 |
Martin van Dinther |
Added clarification on the meaning of the contents of column[] which contains both possible query result columns and possible parameters.
|
2017-09-07 |
Martin van Dinther |
As of Java 1.7 implementations of JDBC interfaces Connection, Statement, PreparedStatement,
|
2017-09-07 |
Martin van Dinther |
Implemented PreparedStatement methods setNCharacterStream(int, Reader) and setNCharacterStream(int, Reader, long).
|
2017-09-07 |
Martin van Dinther |
make checking whether data type has timezone more strict (only when it is timetz or timestamptz).
|
2017-09-07 |
Martin van Dinther |
Delay the creation of five helper SimpleDateFormat objects for each PreparedStatement object
|
2017-09-07 |
Martin van Dinther |
Improve constructor by preventing NPE when rs == null and
|
2017-08-31 |
Martin van Dinther |
Corrected PreparedStatement methods setString(int, String) and setObject(int, Object, ...) in case the target parameter data type was json or inet or url or uuid.
|
2017-08-24 |
Martin van Dinther |
Improve method getObject() by checking on null Object to prevent NullPointerExceptions
|
2017-08-24 |
Martin van Dinther |
Implemented PreparedStatement method setURL(int, URL).
|
2017-08-24 |
Martin van Dinther |
Implemented PreparedStatement method setNString().
|
2017-08-24 |
Martin van Dinther |
Comply with the JDBC spec by using argument name: parameterIndex
|
2017-08-03 |
Martin van Dinther |
Use SQLNonTransientConnectionException instead of SQLException where applicable (SQLState starts with 08)
|
2017-07-13 |
Pedro Ferreira |
Merged changes for Bug 6183
embedded
|
2017-07-13 |
Martin van Dinther |
Added test program for bug 6349.
|
2017-01-24 |
Pedro Ferreira |
After a lot of suffering, finnaly passed all the tests in a MAPI connection! :) Now I will port some for the embedded connection, as some features are no available on it.
embedded
|
2017-01-20 |
Pedro Ferreira |
Made several bug fixes from the tests.
embedded
|
2017-01-13 |
Pedro Ferreira |
Merged with default
embedded
|
2017-01-05 |
Pedro Ferreira |
Made fixings regarding the null values retrieval. The JDBC embedded connection is working!!! :) Some more testing, optimizations and compilations fixes are still required.
embedded
|
2017-01-05 |
Martin van Dinther |
Updated copyright year to 2017 in *.java files and MonetDriver.java.in and build.xml and version.sh
|
2017-01-03 |
Pedro Ferreira |
Made all the mappings for the MAPI connection, now it needs to be added on the Embedded connection. Changed the compilation target to 1.8 because of the timezones. Implemented some JDBC methods as well.
embedded
|
2016-12-13 |
Pedro Ferreira |
The data retrieval in ResultSets is now Column wise. Ready to start the embedded integrate, but it has to perform extra tests for the more rare types.
embedded
|
2016-12-12 |
Pedro Ferreira |
Some parsing successful on the old mapi. About to start testing table result sets.
embedded
|
2016-12-07 |
Pedro Ferreira |
Ready to start testing the old mapi connection. After passing the tests. The embedded integration will be very straightforward.
embedded
|
2016-12-06 |
Pedro Ferreira |
More cleanup. About to start the tuple conversions.
embedded
|
2016-12-06 |
Pedro Ferreira |
Intermediary commit. Cross-implementation interface (for mapi connection with the old protocol, mapi connection with the new protocol and the embedded connection) almost done. The mcl layer processing is more memory efficient now.
embedded
|
2016-12-01 |
Pedro Ferreira |
More cleaning. Created the responses layer. The JDBC embedded connection will be compatible with the standard embedded API.
embedded
|
2016-11-03 |
Pedro Ferreira |
Fixed misspelling on documentation
embedded
|
2016-11-01 |
Pedro Ferreira |
Cleaned old code of the JDBC driver, fixed documentation
embedded
|
2016-10-27 |
Martin van Dinther |
Use newSQLFeatureNotSupportedException() for setArray()
|
2016-10-20 |
Martin van Dinther |
When single character use faster version of indexOf(<char>)
|
2016-09-29 |
Martin van Dinther |
Improved ResultSetMetaData methods isAutoIncrement(), getPrecision(), getScale(), isNullable().
|
2016-09-21 |
Sjoerd Mullender |
Copy of MonetDB java directory changeset e6e32756ad31.
|