[sqlite] SQL error: unrecognized token: "!!"

2012-06-13 Thread Alexander Koeppe
Hello List, I'm quite new to SQLite. I try to convert from a MySQL DB to SQLite. I've already done several changes to the MySQL dump but now I'm a bit stuck. If I try to insert a row containing two subsequent exclamation marks "!!", I get the error `SQL error: unrecognized token: "!!"`. I haven'

Re: [sqlite] Problem with SQL error: unrecognized token: "!!"

2012-06-12 Thread Alexander Koeppe
Am 13.06.2012 02:45, schrieb Igor Tandetnik: > On 6/12/2012 2:45 PM, Alexander Koeppe wrote: >> sqlite> INSERT INTO 'gb' VALUES ('Die Alex','http://','Heisann Jungs! >> \n\nIch drück euch alle meine Daumen für' > > This aprostro

[sqlite] Problem with SQL error: unrecognized token: "!!"

2012-06-12 Thread Alexander Koeppe
Hello List, I'm quite new to SQLite. I try to convert from a MySQL DB to SQLite. I've already done several changes to the MySQL dump but now I'm a bit stuck. If I try to insert a row containing two subsequent exclamation marks "!!", I get the error `SQL error: unrecognized token: "!!"`. I haven'