Mercurial > hg > monetdb-java
graph
-
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
-
Corrected method DatabaseMetaData.getFunctions().2018-04-19, by Martin van Dinther
-
Removed DISTINCT from SELECT DISTINCT where it should not be needed (in getTables() and getFunctionColumns())2018-04-19, by Martin van Dinther
-
Optimise SQL query generation for cases where the WHERE clause already has a AND 1 = 0 condition. Exlude adding more AND ... conditions.2018-04-19, by Martin van Dinther
-
Added support for querying the sys.comments table for some meta data methods2018-04-19, by Martin van Dinther
-
Improve readability2018-03-29, by Martin van Dinther
-
Update some documentation text2018-03-29, by Martin van Dinther
-
In an embedded JDBC connection, don't check/set query timeouts while validating the connection. embedded2018-03-21, by Pedro Ferreira
-
Small update on the release.txt2018-03-08, by Martin van Dinther
-
Improved implementation of MonetClob and MonetBlob classes by adding checks on validity of input parameters of methods of those classes.2018-03-08, by Martin van Dinther
-
Move batch processing definition in order to support it properly in a embedded connection embedded2018-03-02, by Pedro Ferreira
-
Reduce memory consumption in TupleLineParser which is a subclass of MCLParser.2018-02-15, by Martin van Dinther
-
Updated the release notes.2018-01-04, by Martin van Dinther
-
Extend PreparedStatement test with calling setClob(int, Clob) and setClob(int, Reader) methods.2018-01-04, by Martin van Dinther
-
It's 2018 now.2018-01-04, by Sjoerd Mullender
-
Make some public non-JDBC methods accessable only to classes of the same package.2017-12-14, by Martin van Dinther
-
Improve parsing negative years.2017-12-14, by Martin van Dinther