Changeset: 9a43545d37a5 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9a43545d37a5
Modified Files:
        java/src/nl/cwi/monetdb/jdbc/MonetDriver.java.in
Branch: default
Log Message:

jdbc: also drop property help string for java_prepared_statements


diffs (15 lines):

diff --git a/java/src/nl/cwi/monetdb/jdbc/MonetDriver.java.in 
b/java/src/nl/cwi/monetdb/jdbc/MonetDriver.java.in
--- a/java/src/nl/cwi/monetdb/jdbc/MonetDriver.java.in
+++ b/java/src/nl/cwi/monetdb/jdbc/MonetDriver.java.in
@@ -229,11 +229,6 @@
                prop.description = "Force the use of the given hash algorithm 
during challenge response (one of SHA1, MD5, plain)";
                props.add(prop);
 
-               prop = new DriverPropertyInfo("java_prepared_statements", 
"false");
-               prop.required = false;
-               prop.description = "Whether Java emulated prepared statements 
(true) or a server side prepated statements (false) should be used";
-               props.add(prop);
-
                prop = new DriverPropertyInfo("follow_redirects", "true");
                prop.required = false;
                prop.description = "Whether redirects issued by the server 
should be followed";
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to