2020-11-12 |
Martin van Dinther |
Moved Java classes from packages starting with nl.cwi.monetdb.* to package org.monetdb.*
|
2020-10-29 |
Martin van Dinther |
Undo the removal of line: import java.sql.DriverManager;
|
2020-10-29 |
Martin van Dinther |
Put MDBvalidator class into its own file in the util package
|
2020-10-29 |
Martin van Dinther |
Extended JdbcClient program with 3 new commands to quickly validate data integrity:
|
2020-09-16 |
Martin van Dinther |
Undo accidental checkin of Work In Progress.
|
2020-09-16 |
Martin van Dinther |
Add sys.ms_stuff() to returned list of StringFunctions.
|
2020-09-10 |
Martin van Dinther |
Remove support for deprecated MD5 encryption algorithm in MapiSocket.
|
2020-02-12 |
Martin van Dinther |
Switch to Java 8 compilation and distribution as Java 7 is no longer supported.
|
2020-01-02 |
Martin van Dinther |
Update Copyright year.
|
2019-10-09 |
Martin van Dinther |
Add documentation for main method as it is used by javadoc.
|
2019-09-05 |
Martin van Dinther |
Fixed JdbcClient program. It now allows you to describe tables or view which contains whitespaces by using double quotes.
|
2019-09-04 |
Martin van Dinther |
Restore initial loading of the MonetDriver class by the java.sql.DriverManager
|
2019-08-29 |
Martin van Dinther |
Replace StringBuilder methods sb.delete(0, sb.length()) with faster sb.setLength(0).
|
2019-08-28 |
Martin van Dinther |
Removed the catalog parameter from the Exporter.dumpSchema method as it is always null for MonetDB.
|
2019-08-22 |
Martin van Dinther |
Improved JdbcClient program. It now also dumps definitions of MERGE TABLE, REMOTE TABLE, REPLICA TABLE and STREAM TABLE when dumping all tables.
|
2019-08-22 |
Martin van Dinther |
Add additional "final" keyword to classes, method arguments and local variables where possible.
|
2019-08-21 |
Martin van Dinther |
Add "final" keyword to classes, method arguments and local variables where possible.
|
2019-07-18 |
Pedro Ferreira |
Merge with default.
embedded
|
2019-03-28 |
Martin van Dinther |
Extend JdbcClient with support for some commands which also exist in mclient:
|
2019-01-03 |
Martin van Dinther |
Update Copyright year to 2019
|
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-11-06 |
Pedro Ferreira |
Merged with default
embedded
|
2017-10-26 |
Martin van Dinther |
Resolved javadoc many errors and warnings, such as:
|
2017-09-19 |
Pedro Ferreira |
Merged with default
embedded
|
2017-09-14 |
Martin van Dinther |
Updated JdbcClient with a number of small improvements, such corrected typo dependancy into dependency.
|
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
|
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-08 |
Martin van Dinther |
Expand import java.*.* statements
|
2016-11-24 |
Pedro Ferreira |
First changes to the JDBC driver.
embedded
|
2016-11-01 |
Pedro Ferreira |
More cleaning
embedded
|
2016-09-21 |
Sjoerd Mullender |
Copy of MonetDB java directory changeset e6e32756ad31.
|