[sqlite] error messages from SQLite

2016-03-20 Thread Nelson, Erik - 2
/*sqlite3ErrorMsg(pParse, "near \"%T\": syntax error", );*/ -Original Message- From: sqlite-users-bounces at mailinglists.sqlite.org [mailto:sqlite-users-boun...@mailinglists.sqlite.org] On Behalf Of Paul Sanderson Sent: Saturday, March 19, 2016 6:27 AM To: General Disc

[sqlite] error messages from SQLite

2016-03-19 Thread Paul Sanderson
Thanks Tim I am not concerned with errors from function calls - just errors with SQL queries at the command line etc. Paul www.sandersonforensics.com skype: r3scue193 twitter: @sandersonforens Tel +44 (0)1326 572786 http://sandersonforensics.com/forum/content.php?195-SQLite-Forensic-Toolkit

[sqlite] error messages from SQLite

2016-03-19 Thread Tim Streater
On 19 Mar 2016 at 10:26, Paul Sanderson wrote: > When executing a sql query I often find I have made a typo or been a > bit dull and I'll get an error message back along the lines of > > Error: near "text": syntax error > > Is there a way of expanding on this, for instance adding more of the >

[sqlite] error messages from SQLite

2016-03-19 Thread Paul Sanderson
When executing a sql query I often find I have made a typo or been a bit dull and I'll get an error message back along the lines of Error: near "text": syntax error Is there a way of expanding on this, for instance adding more of the following text or a character offset. The last time this