log example/SQLcopyinto.java @ 93:eeb71f7d36bf embedded

age author description
2017-01-06 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(). embedded
2017-01-05 Pedro Ferreira Made fixings regarding the null values retrieval. The JDBC embedded connection is working!!! :) Some more testing, optimizations and compilations fixes are still required. embedded
2017-01-05 Martin van Dinther Updated copyright year to 2017 in *.java files and MonetDriver.java.in and build.xml and version.sh
2016-12-30 Pedro Ferreira Ok. Now everything compiles back with Ant again. Moved the Embedded stuff to the temporary MonetDBJavaLite repository before moving into the suggested MonetDBLite repository. The soon generated Embedded Connection jar will have a dependency on the regular JDBC driver jar. The JDBC driver jar is independent, however if attempted to create an Embedded Connection with will try to load the respective class from the class loader, failing if the Embedded Connection jar is not present. If anyone in the group has expertise on Java Class dynamic loading, please contact me because there might be issues on this. Removed the pom.xml file because the regular maven compilation fails. embedded
2016-12-29 Pedro Ferreira Why I have to deal with Ant now :( No one uses it anymore :( 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-09-21 Sjoerd Mullender Copy of MonetDB java directory changeset e6e32756ad31.