On 11/30/15, Dominique Devienne <ddevienne at gmail.com> wrote: > On Mon, Nov 30, 2015 at 2:50 PM, Richard Hipp <drh at sqlite.org> wrote: > >> https://www.sqlite.org/src/info/64263ccb8f9835c6 > > > "tables with zero-length column names" > > Just curious. Why does SQLite allow those? Legacy (i.e. > backward-compatibility)? Valid in ANSI SQL? --DD
I don't know if it is valid ANSI SQL or not. But SQLite has always allowed it, so we have to support it now for legacy. -- D. Richard Hipp drh at sqlite.org

