log src/main/java/nl/cwi/monetdb/jdbc/MonetDatabaseMetaData.java @ 194:1296dbcc4958

age author description
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-10-05 Martin van Dinther Extend DatabaseMetaData.getClientInfoProperties() with new property: treat_clob_as_varchar
2017-09-19 Pedro Ferreira Merged with default embedded
2017-09-14 Martin van Dinther Correct returned value for column SOURCE_DATA_TYPE of method getColumns().
2017-08-10 Martin van Dinther Added test program for Bug 6388
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-01 Pedro Ferreira More cleaning. Created the responses layer. The JDBC embedded connection will be compatible with the standard embedded API. embedded
2016-11-17 Martin van Dinther Implemented fix as suggested in Bug 3973
2016-11-10 Martin van Dinther Added missing database connection property to output of method getClientInfoProperties()
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 Pedro Ferreira Moved the embedded stuff for this repository embedded
2016-10-20 Martin van Dinther When single character use faster version of indexOf(<char>)
2016-10-20 Martin van Dinther Correct the maximum precision of fractions of a second to 6 (was 9) and included it for the missing time and timetz.
2016-10-13 Martin van Dinther Added missing scalar functions sql_max and sql_min to the lists returned by getNumericFunctions(), getStringFunctions() and getTimeDateFunctions().
2016-10-06 Martin van Dinther Corrected return values of DatabaseMetaData methods nullsAreSortedHigh(), nullsAreSortedLow(),
2016-09-29 Martin van Dinther Improve DatabaseMetaData.getDatabaseProductVersion() to never return a null String.
2016-09-21 Sjoerd Mullender Copy of MonetDB java directory changeset e6e32756ad31.