RawrUniversal / xerial

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

Native Java SQLite3 implementation doesn't support strings with NULL characters #103

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Run this test case https://gist.github.com/2831492 (also attached)

What is the expected output? What do you see instead?
"Success"; instead this test outputs "FAILURE"

What version of the product are you using? On what operating system?
Tested with 3.7.2 binary obtained from 
http://www.xerial.org/maven/repository/artifact/org/xerial/sqlite-jdbc/3.7.2/sql
ite-jdbc-3.7.2.jar

Please provide any additional information below.

Original issue reported on code.google.com by ja...@nestlabs.com on 29 May 2012 at 11:48

Attachments: