Changeset: c1bbb542617d for monetdb-java
URL: https://dev.monetdb.org/hg/monetdb-java?cmd=changeset;node=c1bbb542617d
Modified Files:
        pom.xml
        src/main/java/nl/cwi/monetdb/jdbc/MonetStatement.java
Branch: embedded
Log Message:

Compilation fix and new release


diffs (24 lines):

diff --git a/pom.xml b/pom.xml
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
 
        <groupId>monetdb</groupId>
        <artifactId>monetdb-jdbc-new</artifactId>
-       <version>2.35</version>
+       <version>2.36</version>
        <name>MonetDB JDBC new</name>
        <description>MonetDB Adapted JDBC driver for embedded 
connection</description>
        <url>https://www.monetdb.org</url>
diff --git a/src/main/java/nl/cwi/monetdb/jdbc/MonetStatement.java 
b/src/main/java/nl/cwi/monetdb/jdbc/MonetStatement.java
--- a/src/main/java/nl/cwi/monetdb/jdbc/MonetStatement.java
+++ b/src/main/java/nl/cwi/monetdb/jdbc/MonetStatement.java
@@ -643,7 +643,7 @@ public class MonetStatement extends Mone
                /* the generated key should be an integer, because (wait for 
it) other 
                 * frameworks such as spring expect this. */
                types[0] = "BIGINT";
-               jdbcTypes[0] = MonetDriver.getJavaType(types[0]);
+               jdbcTypes[0] = MonetDriver.getJdbcSQLType(types[0]);
 
                results = new Object[1];
                results[0] = new long[1];
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to