log
graph
tags
bookmarks
branches
changeset
browse
file
diff
comparison
annotate
file log
raw
help
Mercurial
>
hg
>
monetdb-java
log src/main/java/nl/cwi/monetdb/jdbc/MonetDriver.java.in @ 194:
1296dbcc4958
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
less
more
|
(0)
tip
age
author
description
2017-10-26
Martin van Dinther
Resolved javadoc many errors and warnings, such as:
2017-10-05
Martin van Dinther
Small code and layout improvements
2017-09-28
Martin van Dinther
Added possibility via a connection property to let the JDBC driver
2017-09-19
Pedro Ferreira
Merged with default
embedded
2017-09-18
Pedro Ferreira
Fixed identation and in-memory option for the embedded connection
embedded
2017-08-03
Martin van Dinther
Use SQLNonTransientConnectionException instead of SQLException where applicable (SQLState starts with 08)
2017-03-29
Pedro Ferreira
Following static methods naming conventions
embedded
2017-03-24
Pedro Ferreira
Reverted back the JVM 7 compability
embedded
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-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-01-25
Pedro Ferreira
Small fixes for the JDBC embedded connection: proper error display and port removal.
embedded
2017-01-20
Pedro Ferreira
Made several bug fixes from the tests.
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
2017-01-06
Pedro Ferreira
Fixed a bug on the JDBC MAPI connection from the old code! Fixed the connection properties for an JDBC Embedded connection. To start a JDBC Embedded connection, the user must start the embedded database beforehand with the method MonetDBEmbeddedDatabase.StartDatabase().
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-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
2017-01-02
Pedro Ferreira
Fixed the class loading, started to test the JDBC embedded connection. However there is small issue that I have to check with other MonetDB Lite bindings relative to the dlopen system call.
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
base
src/main/java/nl/cwi/monetdb/jdbc/MonetDriver.java@b4b4b5c0c424
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.
less
more
|
(0)
tip