2017-05-18 |
Martin van Dinther |
Changed ExecuteUpdate test to not work on sys.keywords table (which became readonly in Jul2017 branch) but use its own created table t3350.
|
2017-03-30 |
Sjoerd Mullender |
Updated release numbers in preparation for a release.
v2.25
|
2017-03-30 |
Martin van Dinther |
Adding ChangeLog info to the ChangeLog-Archive
|
2017-03-29 |
Pedro Ferreira |
Following static methods naming conventions
embedded
|
2017-03-24 |
Pedro Ferreira |
Reverted back the JVM 7 compability
embedded
|
2017-03-23 |
Pedro Ferreira |
Close all the datablocks in a result set for the JDBC embedded connection
embedded
|
2017-03-16 |
Martin van Dinther |
Updated ChangeLog in preparation of new release
|
2017-03-09 |
Martin van Dinther |
Extended test for pstmt.setBigDecimal() with two more decmal values which will be rounded.
|
2017-03-09 |
Martin van Dinther |
Extending test with 3 additional columns.
|
2017-02-28 |
Pedro Ferreira |
Major change in the Datablock response. Removed the arrays creation in the Embedded connection, so it will run much faster now. It can be possible to do it as well in the MAPI connection, but in the way the Old Mapi Protocol is designed, it will be very complicated (ByteBuffers are designed to work with binary data instead of textual data :S). I think it's better to wait for the new protocol, which will be much faster and easier to parse.
embedded
|
2017-02-23 |
Martin van Dinther |
Extend HeaderLineParser to also correctly parse result set header lines for table
|
2017-02-20 |
Pedro Ferreira |
Simplified the the beginning of the JDBC embedded connection, so only the URL is necessary to be provided to the Driver Manager to start the connection. The JDBC embedded connection URL has the format "jdbc:monetdb:embedded:<directory>" in contrast to the already existing MAPI one: "jdbc:monetdb://<host>[:port]/<database>".
embedded
|
2017-02-17 |
Sjoerd Mullender |
Skip over column delimiter, and don't accept just "-" as a valid number.
|
2017-02-16 |
Pedro Ferreira |
Fixed negative number parsing on the StartOfHeaderParser
|
2017-02-02 |
Pedro Ferreira |
Changed the jar file name to avoid conflicts with the original one.
embedded
|
2017-02-01 |
Pedro Ferreira |
Small bug fixes
embedded
|
2017-02-01 |
Pedro Ferreira |
Fixed SQLException generation.
embedded
|
2017-01-25 |
Pedro Ferreira |
Limit the StringBuilder size for the JDBC embedded connection.
embedded
|
2017-01-25 |
Pedro Ferreira |
Small fixes for the JDBC embedded connection: proper error display and port removal.
embedded
|
2017-01-24 |
Pedro Ferreira |
Small fixes for the embedded connection.
embedded
|
2017-01-24 |
Pedro Ferreira |
After a lot of suffering, finnaly passed all the tests in a MAPI connection! :) Now I will port some for the embedded connection, as some features are no available on it.
embedded
|
2017-01-23 |
Sjoerd Mullender |
Removed JDBC specs. They don't really belong here.
|
2017-01-23 |
Sjoerd Mullender |
Created a .hgignore file to ignore class and jar files and editor backups.
|
2017-01-20 |
Pedro Ferreira |
Made several bug fixes from the tests.
embedded
|
2017-01-20 |
Pedro Ferreira |
Theere was a bug happening when the user's query was larger than the block size. The JDBC client was flushing the stream to the server more than once, so it was fixed to flush only when the query ends.
embedded
|
2017-01-19 |
Martin van Dinther |
Fix for bug 6183.
|
2017-01-16 |
Pedro Ferreira |
Fixed ResultSet data fetching from the JDBC tests output.
embedded
|
2017-01-13 |
Pedro Ferreira |
Merged with default
embedded
|
2017-01-13 |
Pedro Ferreira |
More documentation and fixed some tests.
embedded
|
2017-01-12 |
Pedro Ferreira |
Added the directory property for the embedded connection again.
embedded
|