On Mon, Mar 21, 2016 at 11:01 AM, Cezary H. Noweta <chn at poczta.onet.pl> wrote:
> On 2016-03-21 08:57, Dominique Devienne wrote: > >> 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 >> > > Explicitly documented by SQLite: > And? That's still non-SQL standard. SQLite tries to be compatible with non-standard extensions from various popular RDBMS', but when a standard alternative exists, it should be preferred IMHO. --DD