Changeset: e71c3fce42ba for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e71c3fce42ba Modified Files: java/src/nl/cwi/monetdb/jdbc/MonetPreparedStatement.java Branch: Oct2010 Log Message:
typo diffs (12 lines): diff -r 2c998b162b13 -r e71c3fce42ba java/src/nl/cwi/monetdb/jdbc/MonetPreparedStatement.java --- a/java/src/nl/cwi/monetdb/jdbc/MonetPreparedStatement.java Tue Nov 09 14:50:06 2010 +0100 +++ b/java/src/nl/cwi/monetdb/jdbc/MonetPreparedStatement.java Tue Nov 09 14:50:30 2010 +0100 @@ -591,7 +591,7 @@ hex.append(HEXES.charAt((b & 0xF0) >> 4)) .append(HEXES.charAt((b & 0x0F))); } - setValue(parameterIndex, "blob '" + xhex.toString() + "'"); + setValue(parameterIndex, "blob '" + hex.toString() + "'"); } /** _______________________________________________ Checkin-list mailing list Checkin-list@monetdb.org http://mail.monetdb.org/mailman/listinfo/checkin-list