On Sat, Mar 19, 2016 at 11:56 PM, Roger Binns <rogerb at rogerbinns.com> wrote:
> -----BEGIN PGP SIGNED MESSAGE----- > My rule of thumb is to always quote (using square brackets) when the > query is generated by code, and only quote where reasonable when the > query is written by a human. > Seems like using square-brackets instead of double-quotes is non-standard: https://en.wikibooks.org/wiki/SQL_Dialects_Reference/Data_structure_definition/Delimited_identifiers Works in SQLite of course, and in MS SQL Server, but is probably not good general advice. --DD