2017-01-05 |
Martin van Dinther |
Updated copyright year to 2017 in *.java files and MonetDriver.java.in and build.xml and version.sh
|
2017-01-05 |
Martin van Dinther |
Moved content of ChangeLog to ChangeLog-Archive.
|
2017-01-04 |
Pedro Ferreira |
Finished the mappings in the JDBC embedded connection. Now what is left to do is testing (the JDBC embedded connection needs extensive testing), compile for other OS than Linux, merge with the Dec16 branch (headless) and some possible optimizations.
embedded
|
2017-01-03 |
Pedro Ferreira |
Made all the mappings for the MAPI connection, now it needs to be added on the Embedded connection. Changed the compilation target to 1.8 because of the timezones. Implemented some JDBC methods as well.
embedded
|
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-28 |
Pedro Ferreira |
Only some rare data types mapping is missing on the JDBC embedded connection. I will now be testing extensively, then adding these mappings to finish the JDBC embedded connection.
embedded
|
2016-12-16 |
Pedro Ferreira |
Made many fixes for the embedded connection
embedded
|
2016-12-15 |
Pedro Ferreira |
Started the embedded connection on the JDBC part. Mostly done by now.
embedded
|
2016-12-15 |
Martin van Dinther |
Added private method sendTransactionCommand(String); to reduce duplicate code in 6 methods.
|
2016-12-15 |
Pedro Ferreira |
In Java, you cannot get a pointer to a String, in order to make a faster memory copy. So I had to change a StringBuilder to a CharBuffer which allows to retrieve the pointer and make a faster processing.
embedded
|
2016-12-13 |
Pedro Ferreira |
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.
embedded
|
2016-12-12 |
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)
embedded
|
2016-12-12 |
Pedro Ferreira |
Some parsing successful on the old mapi. About to start testing table result sets.
embedded
|
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
base
src/main/java/nl/cwi/monetdb/mcl/connection/AbstractMonetDBConnection.java@38d7a460d306
|
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-17 |
Pedro Ferreira |
Static implementation for the Embedded Database, removed unused code.
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 |
Implemented Connection methods: getClientInfo(name) and getClientInfo().
|
2016-11-03 |
Pedro Ferreira |
Fixed misspelling on documentation
embedded
|
2016-11-01 |
Pedro Ferreira |
Cleaned old code of the JDBC driver, fixed documentation
embedded
|
2016-10-27 |
Pedro Ferreira |
Moved the embedded stuff for this repository
embedded
|
2016-10-20 |
Martin van Dinther |
When single character use faster version of indexOf(<char>)
|
2016-09-29 |
Martin van Dinther |
Replace String methods equals("") and "".equals( with isEmpty()
|
2016-09-21 |
Sjoerd Mullender |
Copy of MonetDB java directory changeset e6e32756ad31.
|