log src/main/java/nl/cwi/monetdb/jdbc/MonetDatabaseMetaData.java @ 338:98018e38994b

age author description
2019-09-25 Martin van Dinther Correct getNumericFunctions() which incorrectly returned functions 'code' and 'space' as numeric functions.
2019-09-19 Martin van Dinther Moved utility methods and associated caches from DatabaseMetaData to Connection object.
2019-09-18 Martin van Dinther Corrected method DatabaseMetaData.getBestRowIdentifier(). It used to return columns of both primary key and unique constraints. Now it only returns the columns of the primary key if it has one, else columns of a unique constraint.
2019-09-11 Martin van Dinther In DatabaseMetaData methods which accept name match patterns, optimise the SQL generation when the pattern equals a: %
2019-08-21 Martin van Dinther Undo change cf372fae2adb. The problem was in the dump code in JdbcClient.
2019-08-20 Pedro Ferreira Fixed outer join for retrieving indeces information. Also conditionally check to retrieve primary key indeces on getIndexInfo method.
2019-08-15 Martin van Dinther Small code and doc improvements. Moved helper functions to the bottom.
2019-08-15 Martin van Dinther Added table aliases and use them in all meta data SQL queries to reduce query size.
2019-08-15 Martin van Dinther Add a utility method to close objects ignoring any possible SQLExceptions thrown.
2019-08-14 Martin van Dinther Correcting typo in comment
2019-08-14 Martin van Dinther Improved MonetDatabaseMetaData methods:
2019-08-01 Martin van Dinther Add "final" keyword to method arguments and local variables where possible.
2019-07-31 Martin van Dinther Corrected 3 MonetDatabaseMetaData methods
2019-07-26 Pedro Ferreira Merge with default. embedded
2019-07-25 Martin van Dinther Add keyword "final" to those variables which do not change after first assigment.
2019-07-18 Martin van Dinther Add a future TODO note (as a reminder)
2019-07-18 Pedro Ferreira Merge with default. embedded
2019-04-25 Martin van Dinther In getTimeDateFunctions() also return newly added SQL function: date_trunc
2019-03-07 Martin van Dinther Extended method getNumericFunctions() by also returning functions: degrees, fuse, ms_round, ms_str, ms_trunc and radians.
2019-03-07 Martin van Dinther Correct return value for supportsIntegrityEnhancementFacility()
2019-02-07 Martin van Dinther Corrected MonetDatabaseMetaData method getTypeInfo() for result column
2019-02-07 Martin van Dinther Implemented two new 1.8 methods (JDBC 4.2)
2019-02-07 Martin van Dinther Improved MonetDatabaseMetaData methods:
2019-01-03 Martin van Dinther Update Copyright year to 2019
2018-11-09 Pedro Ferreira Merge with default. embedded
2018-06-28 Martin van Dinther Corrected return values of DatabaseMetaData methods allTablesAreSelectable() and allProceduresAreCallable().
2018-05-18 Pedro Ferreira Merge with default embedded
2018-05-17 Martin van Dinther Fix warnings:
2018-05-08 Pedro Ferreira Merge with default embedded
2018-04-26 Martin van Dinther Correction: Loader functions (type = 7) should return a table.