Changeset: d915ebd111b1 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d915ebd111b1
Modified Files:
java/example/SQLcopyinto.java
Branch: Oct2010
Log Message:
sync docu with code
diffs (12 lines):
diff -r c7f993258659 -r d915ebd111b1 java/example/SQLcopyinto.java
--- a/java/example/SQLcopyinto.java Wed Oct 20 14:57:34 2010 +0200
+++ b/java/example/SQLcopyinto.java Wed Oct 20 14:58:35 2010 +0200
@@ -79,7 +79,7 @@
throw new Exception(error);
query = "COPY INTO example FROM STDIN USING DELIMITERS
',','\\n';";
- // the leading 'S' is essential, since it is a protocol
+ // the leading 's' is essential, since it is a protocol
// marker that should not be ommitted, as much as the
// trailing semi-colon
out.write('s');
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list