On 9/21/17, heribert <[email protected]> wrote: > > i attempt to make a INSERT with a TEXT field containing a string with \r > and \n characters, but it fails (Strings without \r and \n characters > are inserted correct). > The sqlite3_exec results with error... i think the reason are the > special characters.
The SQLite core should not care. Something else is going wrong. What programming language are you using? Can you send example code? -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

