Re: [sqlite] [sqlite-dev] Sqlite Query Escaping

2010-01-11 Thread Jens Miltner
Am 31.12.2009 um 18:14 schrieb Kees Nuyt: > In short: if you use the sqlite3_prepare*() and > sqlite3_bind*() interface you don't have to escape single > quotes. Only if you compose a complete SQL statement for the > deprecated sqlite3_exec() call and using the sqlite3 command > line tool, where

Re: [sqlite] [sqlite-dev] Sqlite Query Escaping

2009-12-31 Thread Kees Nuyt
On Thu, 31 Dec 2009 10:19:24 -0500, Tim wrote: > I have the need to prepare some strings for including > into sqlite, I have not found an escape function, but I > was wondering if anyone had any comments about the > following code snippet. I had read on the site > sqlite.org web site that '