Mercurial > hg > monetdb-java
graph
-
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
-
Expand import java.*.* statements2016-12-08, by Martin van Dinther
-
Expand import java.*.* statements2016-12-08, by Martin van Dinther
-
Ready to start testing the old mapi connection. After passing the tests. The embedded integration will be very straightforward. embedded2016-12-07, by Pedro Ferreira
-
More cleaning. Created the responses layer. The JDBC embedded connection will be compatible with the standard embedded API. embedded2016-12-01, by Pedro Ferreira
-
Intermediary commit. Added direct mapping for primitive types. Removed unused code. embedded2016-11-18, by Pedro Ferreira
-
Implemented fix as suggested in Bug 39732016-11-17, by Martin van Dinther
-
Static implementation for the Embedded Database, removed unused code. embedded2016-11-17, by Pedro Ferreira
-
More defensive approach for tables. Only the table name and schema are cached. embedded2016-11-16, by Pedro Ferreira
-
Starting to test Java to BAT conversion. Let the debugging games begin! embedded2016-11-11, by Pedro Ferreira
-
Prevent null pointer exception by checking props argument2016-11-10, by Martin van Dinther
-
Added missing database connection property to output of method getClientInfoProperties()2016-11-10, by Martin van Dinther
-
Implemented Connection methods: getClientInfo(name) and getClientInfo().2016-11-10, by Martin van Dinther
-
Cleaned more code. Ready to implement the iterators internally. embedded2016-11-10, by Pedro Ferreira
-
Finished Java code for CRUD operations on tables and the documentation. embedded2016-11-08, by Pedro Ferreira
-
Use newSQLFeatureNotSupportedException() for setArray()2016-10-27, by Martin van Dinther
-
Updating release notes in preparation of Dec2016 release2016-10-27, by Martin van Dinther
-
Disable Class.forName("nl.cwi.monetdb.jdbc.MonetDriver"); code2016-10-20, by Martin van Dinther
-
Small code improvements2016-10-20, by Martin van Dinther
-
When single character use faster version of indexOf(<char>)2016-10-20, by Martin van Dinther
-
It might help to keep the list sorted.2016-10-20, by Sjoerd Mullender
-
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, by Martin van Dinther
-
Removed duplicate <antcall target="Test_Creplysize" />2016-10-20, by Martin van Dinther
-
Add test program for Bug 33502016-10-13, by Martin van Dinther
-
Added missing catch (NumberFormatException e) to getBytes(col)2016-10-13, by Martin van Dinther