Re: [sqlite] Automatic conversion between keywords and literals

2014-09-16 Thread Roger Binns
On 15/09/14 19:28, lchis...@paradise.net.nz wrote: > I have been caught several times when a previously working piece of SQL has > silently failed, due to a column or view change in the database not matched > with > a Delphi code change, an inadvertent character injection into a column name, > or

[sqlite] Automatic conversion between keywords and literals

2014-09-16 Thread lchishol
Hi all, The page http://www.sqlite.org/lang_keywords.html explains the way SQLite attempts to fix assumed misuse of single and double quotes, with the note that this (mis-)feature may go away. I would like to request a pragma or option to make it go away now :-) Although it is there for historical