2020-01-02 |
Martin van Dinther |
Update Copyright year.
|
2019-09-12 |
Martin van Dinther |
Removed duplicate code for converting a string of hex characters into a byte array, done both in MonetBlob.create() and in MonetResultSet.getBytes().
|
2019-08-29 |
Martin van Dinther |
Replace StringBuilder methods sb.delete(0, sb.length()) with faster sb.setLength(0).
|
2019-08-01 |
Martin van Dinther |
Add "final" keyword to method arguments and local variables where possible.
|
2019-07-18 |
Pedro Ferreira |
Merge with default.
embedded
|
2019-02-07 |
Martin van Dinther |
Resolve javadoc errors:
|
2019-01-03 |
Martin van Dinther |
Moved utility method newSQLFeatureNotSupportedException(String name) from MonetPreparedStatement.java and MonetResultSet.java
|
2019-01-03 |
Martin van Dinther |
Update Copyright year to 2019
|
2018-05-08 |
Pedro Ferreira |
Merge with default
embedded
|
2018-03-08 |
Martin van Dinther |
Improved implementation of MonetClob and MonetBlob classes by adding checks on validity of input parameters of methods of those classes.
|
2018-03-02 |
Pedro Ferreira |
Merged with default, updated copyright and made new release
embedded
|
2018-01-04 |
Sjoerd Mullender |
It's 2018 now.
|
2017-09-19 |
Pedro Ferreira |
Merged with default
embedded
|
2017-08-17 |
Martin van Dinther |
Improve MonetBlob implementation.
|
2017-01-13 |
Pedro Ferreira |
Merged with default
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
|
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-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 |
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-11-30 |
Pedro Ferreira |
Lots of cleaning, but still a long way to go.
embedded
|
2016-10-27 |
Pedro Ferreira |
Moved the embedded stuff for this repository
embedded
|
2016-09-21 |
Sjoerd Mullender |
Copy of MonetDB java directory changeset e6e32756ad31.
|