2016-10-27 |
Martin van Dinther |
Updating release notes in preparation of Dec2016 release
|
2016-10-20 |
Martin van Dinther |
Disable Class.forName("nl.cwi.monetdb.jdbc.MonetDriver"); code
|
2016-10-20 |
Martin van Dinther |
Small code improvements
|
2016-10-20 |
Martin van Dinther |
When single character use faster version of indexOf(<char>)
|
2016-10-20 |
Sjoerd Mullender |
It might help to keep the list sorted.
|
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-20 |
Martin van Dinther |
Removed duplicate <antcall target="Test_Creplysize" />
|
2016-10-13 |
Martin van Dinther |
Add test program for Bug 3350
|
2016-10-13 |
Martin van Dinther |
Added missing catch (NumberFormatException e) to getBytes(col)
|
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-13 |
Martin van Dinther |
Corrected implementation of java.sql.Wrapper methods isWrapperFor() and unwrap().
|
2016-10-07 |
Sjoerd Mullender |
Backed out changeset f16fb13fadee: it's not needed after all (for now).
|
2016-10-07 |
Sjoerd Mullender |
Simplistic and incomplete makefile for Windows nmake.
|
2016-10-06 |
Martin van Dinther |
Corrected return values of DatabaseMetaData methods nullsAreSortedHigh(), nullsAreSortedLow(),
|
2016-10-06 |
Martin van Dinther |
Implemented Statement methods: getQueryTimeout() and setQueryTimeout(int seconds).
|
2016-09-29 |
Martin van Dinther |
Expanded the classes needed for import.
|
2016-09-29 |
Martin van Dinther |
Improved ResultSetMetaData methods isAutoIncrement(), getPrecision(), getScale(), isNullable().
|
2016-09-29 |
Martin van Dinther |
Improved speed of ResultSet.getLong().
|
2016-09-29 |
Martin van Dinther |
For efficiency fetch columns.length only once in a local variable.
|
2016-09-29 |
Martin van Dinther |
Corrected ResultSet methods: getByte(), getBigDecimal(), getShort(), getInt(), getLong(), getFloat() and getDouble()
|
2016-09-29 |
Martin van Dinther |
Replace String methods equals("") and "".equals( with isEmpty()
|
2016-09-29 |
Martin van Dinther |
Improve DatabaseMetaData.getDatabaseProductVersion() to never return a null String.
|
2016-09-22 |
Martin van Dinther |
Add info to Changelog regarding changeset b07b4940c3ed
|
2016-09-22 |
Martin van Dinther |
Improve output of table definition dump to match output of mclient table definition dump
|
2016-09-22 |
Martin van Dinther |
Updated changelog regarding changes made in https://dev.monetdb.org/hg/MonetDB/rev/1f2731776e1b
|
2016-09-21 |
Sjoerd Mullender |
Use . instead of source for compatibility with older shells.
|
2016-09-21 |
Sjoerd Mullender |
Removed old ChangeLog.Jun2016.
|
2016-09-21 |
Sjoerd Mullender |
Created simple makefile for building jars using ant.
|
2016-09-21 |
Sjoerd Mullender |
Copy of MonetDB java directory changeset e6e32756ad31.
|