log

age author description
2016-12-08 Martin van Dinther Expand import java.*.* statements
2016-12-07 Pedro Ferreira Ready to start testing the old mapi connection. After passing the tests. The embedded integration will be very straightforward. embedded
2016-12-06 Pedro Ferreira More cleanup. About to start the tuple conversions. embedded
2016-12-06 Pedro Ferreira Intermediary commit. Cross-implementation interface (for mapi connection with the old protocol, mapi connection with the new protocol and the embedded connection) almost done. The mcl layer processing is more memory efficient now. embedded
2016-12-01 Pedro Ferreira More cleaning. Created the responses layer. The JDBC embedded connection will be compatible with the standard embedded API. embedded
2016-12-01 Pedro Ferreira More done embedded
2016-11-30 Pedro Ferreira Lots of cleaning, but still a long way to go. embedded
2016-11-25 Pedro Ferreira Split parsers and cleaned the MCL layer. embedded
2016-11-24 Pedro Ferreira First changes to the JDBC driver. embedded
2016-11-24 Pedro Ferreira Better handling with concurrent connections. embedded
2016-11-22 Pedro Ferreira Small fix. embedded
2016-11-22 Pedro Ferreira Consistent iteration limits. embedded
2016-11-22 Pedro Ferreira More cleanup, finished null values mappings. embedded
2016-11-21 Pedro Ferreira Small typo embedded
2016-11-21 Pedro Ferreira Be careful with copying and pasting code! embedded
2016-11-18 Pedro Ferreira Intermediary commit. Added direct mapping for primitive types. Removed unused code. embedded
2016-11-17 Martin van Dinther Implemented fix as suggested in Bug 3973
2016-11-17 Pedro Ferreira Static implementation for the Embedded Database, removed unused code. embedded
2016-11-16 Pedro Ferreira More defensive approach for tables. Only the table name and schema are cached. embedded
2016-11-15 Pedro Ferreira Java classes to tables import working!!! embedded
2016-11-14 Pedro Ferreira Fixed row and column indexing embedded
2016-11-11 Pedro Ferreira Starting to test Java to BAT conversion. Let the debugging games begin! embedded
2016-11-10 Martin van Dinther Prevent null pointer exception by checking props argument
2016-11-10 Martin van Dinther Added missing database connection property to output of method getClientInfoProperties()
2016-11-10 Martin van Dinther Implemented Connection methods: getClientInfo(name) and getClientInfo().
2016-11-10 Pedro Ferreira Cleaned more code. Ready to implement the iterators internally. embedded
2016-11-09 Pedro Ferreira Change some Java Class - BAT mappings embedded
2016-11-08 Pedro Ferreira Finished Java code for CRUD operations on tables and the documentation. embedded
2016-11-07 Pedro Ferreira Arranged code in packages and starting tables integration. embedded
2016-11-04 Pedro Ferreira FIxed conversions and closing statements embedded
2016-11-03 Pedro Ferreira JNI linking finally working! :D embedded
2016-11-03 Pedro Ferreira Fixed misspelling on documentation embedded
2016-11-02 Pedro Ferreira Fixed compilation issues embedded
2016-11-02 Pedro Ferreira Updated JNI calls embedded
2016-11-01 Pedro Ferreira Removed unused class. embedded
2016-11-01 Pedro Ferreira Major cleaning on the Embedded code. Added support for prepared statements, fetching rows, mapping results into Java Classes incrementally and future async support. embedded
2016-11-01 Pedro Ferreira More cleaning embedded
2016-11-01 Pedro Ferreira Cleaned old code of the JDBC driver, fixed documentation embedded
2016-10-27 Pedro Ferreira More cleaning embedded
2016-10-27 Pedro Ferreira Moved the embedded stuff for this repository embedded
2016-10-27 Martin van Dinther Use newSQLFeatureNotSupportedException() for setArray()
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.