2016-12-15 |
Sjoerd Mullender |
Added tag v2.24 for changeset 80de05f07508
|
2016-12-15 |
Sjoerd Mullender |
Update version.
v2.24
|
2016-12-15 |
Martin van Dinther |
Added private method sendTransactionCommand(String); to reduce duplicate code in 6 methods.
|
2016-12-15 |
Sjoerd Mullender |
No Makefile.ag anymore.
|
2016-12-15 |
Martin van Dinther |
Correct the condition for when the log can be closed: only when log instanceof FileWriter
|
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-08 |
Martin van Dinther |
Expand import java.*.* statements
|
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
|