Hello,

in my C# program which uses DllImport for sqlite.dll (3.29) I get Error 19 
(SQLITE_CONSTRAINT) with this statement:

INSERT INTO CompanyDetails (RIC) VALUES('AMBEUR.IP^G19')

The ^ symbol is part of the text I want to save, its not a filter or so, its 
just plain text.

The odd thing is that the sql statement works just fine when I use DB Browser 
for SQLite.
The row looks like expected, with the ^ character saved as text.

Sent with [ProtonMail](https://protonmail.com) Secure Email.
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to