Mercurial > hg > monetdb-java
graph
-
Added the directory property for the embedded connection again. embedded2017-01-12, by Pedro Ferreira
-
Optimization: Got rid of the auxiliary matrix to hold null values. MonetDB's null values are now mapped to Java's min values. embedded2017-01-09, by Pedro Ferreira
-
Java enums are compiled into objects, so changing the server responses parameters into integers gives an extra performance. embedded2017-01-08, by Pedro Ferreira
-
Some documentation done, plus removed unnecessary instance variables. embedded2017-01-06, by Pedro Ferreira
-
Less memory usage while retrieving some native types on a JDBC MAPI connection. embedded2017-01-06, by Pedro Ferreira
-
Fixed a bug on the JDBC MAPI connection from the old code! Fixed the connection properties for an JDBC Embedded connection. To start a JDBC Embedded connection, the user must start the embedded database beforehand with the method MonetDBEmbeddedDatabase.StartDatabase(). embedded2017-01-06, by Pedro Ferreira
-
Updated copyright.2017-01-06, by Sjoerd Mullender
-
Updated copyright year to 2017 in *.java files and MonetDriver.java.in and build.xml and version.sh2017-01-05, by Martin van Dinther
-
Moved content of ChangeLog to ChangeLog-Archive.2017-01-05, by Martin van Dinther
-
Added better null values mapping for JDBC embedded connection compatibility. The previous potential bug on boolean columns in now fixed embedded2016-12-27, by Pedro Ferreira
-
Started the embedded connection on the JDBC part. Mostly done by now. embedded2016-12-15, by Pedro Ferreira
-
Added tag v2.24 for changeset 80de05f075082016-12-15, by Sjoerd Mullender
-
Added private method sendTransactionCommand(String); to reduce duplicate code in 6 methods.2016-12-15, by Martin van Dinther
-
No Makefile.ag anymore.2016-12-15, by Sjoerd Mullender
-
Correct the condition for when the log can be closed: only when log instanceof FileWriter2016-12-15, by Martin van Dinther
-
The data retrieval in ResultSets is now Column wise. Ready to start the embedded integrate, but it has to perform extra tests for the more rare types. embedded2016-12-13, by Pedro Ferreira
-
Made it working with an old mapi connection!!! But I need to test more and make make it more efficient! (Retrieve data column wise instead of row wise) embedded2016-12-12, by Pedro Ferreira
-
Some parsing successful on the old mapi. About to start testing table result sets. embedded2016-12-12, by Pedro Ferreira