lecosson / assql

Automatically exported from code.google.com/p/assql
0 stars 0 forks source link

Statement parameters sometimes fail. #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When using Statement.setString, or Statement.setBinary, the query will
sometimes files.

The fix for this is already in subversion and will be available in the next
release.

Original issue reported on code.google.com by macl...@gmail.com on 14 May 2008 at 4:07

GoogleCodeExporter commented 9 years ago
To workaround this issue, place quotes around your parameters..

Example: "INSERT INTO files (filename, data) VALUES ('?', '?');"

Original comment by macl...@gmail.com on 14 May 2008 at 4:32

GoogleCodeExporter commented 9 years ago

Original comment by macl...@gmail.com on 15 May 2008 at 4:31