Mercurial > hg > monetdb-java
graph
-
Reduce duplicate code.2019-07-18, by Martin van Dinther
-
use so_keepalive (like the server does)2019-07-12, by Niels Nes
-
In getTimeDateFunctions() also return newly added SQL function: date_trunc2019-04-25, by Martin van Dinther
-
Place getConnection(args[0]); inside the try-catch.2019-03-28, by Martin van Dinther
-
Small improvements2019-03-28, by Martin van Dinther
-
Extend JdbcClient with support for some commands which also exist in mclient:2019-03-28, by Martin van Dinther
-
Added implementation of java.sql.CallableStatement interface, test program and updated the ChangeLog and release notes.2019-03-21, by Martin van Dinther
-
Enhanced the reporting of the parameters. It now shows the name for the nullable and mode integer codes.2019-03-14, by Martin van Dinther
-
Extended method getNumericFunctions() by also returning functions: degrees, fuse, ms_round, ms_str, ms_trunc and radians.2019-03-07, by Martin van Dinther
-
Correct return value for supportsIntegrityEnhancementFacility()2019-03-07, by Martin van Dinther
-
Resolve javadoc errors:2019-02-07, by Martin van Dinther
-
Corrected MonetDatabaseMetaData method getTypeInfo() for result column2019-02-07, by Martin van Dinther
-
Implemented two new 1.8 methods (JDBC 4.2)2019-02-07, by Martin van Dinther
-
Improved MonetDatabaseMetaData methods:2019-02-07, by Martin van Dinther
-
Moved utility method newSQLFeatureNotSupportedException(String name) from MonetPreparedStatement.java and MonetResultSet.java2019-01-03, by Martin van Dinther
-
Update Copyright year to 20192019-01-03, by Martin van Dinther
-
Prevent NullPointerExceptions to be thrown when header == null.2018-11-22, by Martin van Dinther
-
Improve comment text and resolve 4 javadoc errors:2018-11-22, by Martin van Dinther
-
Improve comment text and layout2018-11-22, by Martin van Dinther
-
Resolve compilation warnings when compiled with javac -Xlint2018-11-22, by Martin van Dinther
-
Use column names that are actually standard SQL.2018-11-19, by Sjoerd Mullender
-
Improve ChangeLog2018-09-20, by Martin van Dinther
-
SQLcopyinfo.java is now part of the tests, so removing the old version of the example dir to avoid confusion.2018-09-20, by Martin van Dinther
-
Improved example program SQLcopyinto,java and added to tests directory for automatic testing2018-09-20, by Martin van Dinther
-
If methods never throw an SQLException, remove the "throws SQLException" part.2018-08-30, by Martin van Dinther
-
Improve the implementation of Statement methods getQueryTimeout() and setQueryTimeout().2018-08-30, by Martin van Dinther
-
Corrected return values of DatabaseMetaData methods allTablesAreSelectable() and allProceduresAreCallable().2018-06-28, by Martin van Dinther
-
Fixes for bugs 6614, 6615 and 6616 (ie in a MAPI connection Datablock check for a null value first before retrieving a value as an object or string) embedded2018-06-20, by Pedro Ferreira
-
Fixed MonetConnection string description.2018-06-18, by Pedro Ferreira
-
Added support for snapshot releases in the version numbering. embedded2018-06-12, by Pedro Ferreira
-
Cast a ByteBuffer to a Buffer before calling flip. This fixes compiling to JDK 7 from JDK9+ compilers. embedded2018-06-12, by Pedro Ferreira
-
Less aggressive indentation.2018-05-25, by Sjoerd Mullender
-
Removed Dimitar's name.2018-05-25, by Sjoerd Mullender
-
Settings tag v2.28.2018-05-24, by Sjoerd Mullender
-
Fix warnings:2018-05-17, by Martin van Dinther
-
Updated ChangeLog and ChangeLog-Archive in preparation for new release of JDBC driver2018-05-17, by Martin van Dinther
-
Use the system's timezone by default as well when retrieving times and timezones. embedded2018-05-08, by Pedro Ferreira
-
Update java examples code2018-05-03, by Martin van Dinther
-
Socket may also throw an UnknownHostException. Add it to MapiSocket.connect() and catch it in MonetConnection(Properties props).2018-05-03, by Martin van Dinther
-
Improve and extend MonetDriver.getPropertyInfo() with choice values2018-05-03, by Martin van Dinther
-
Rename internal method MonetDriver.getJavaType() into MonetDriver.getJdbcSQLType()2018-05-03, by Martin van Dinther
-
Correction: Loader functions (type = 7) should return a table.2018-04-26, by Martin van Dinther
-
Removed old ChangeLog content. It was already copied in ChangeLog-Archive.2018-04-26, by Martin van Dinther
-
Corrected and extended output of DatabaseMetaData methods getTimeDateFunctions() and getSystemFunctions().2018-04-26, by Martin van Dinther
-
Improved DatabaseMetaData methods getTablePrivileges() and getColumnPrivileges() by returning also2018-04-26, by Martin van Dinther