On Fri, Sep 4, 2015 at 3:50 PM, Domingo Alvarez Duarte < sqlite-mail at dev.dadbiz.es> wrote:
> I now know that the single quotes is not supposed to be used to specify > field > names and I pointed this here because previous versions of sqlite permitted > it and if somehow I improperly used it probably other did so too. > >From https://www.sqlite.org/lang_keywords.html: > Programmers are cautioned not to use the two exceptions described in the > previous bullets. We emphasize that they exist only so that old and ill-formed SQL statements > will run correctly. Future versions of SQLite might raise errors instead of accepting the > malformed statements covered by the exceptions above.