On 20 Mar 2013, at 11:03am, Richard Hipp <d...@sqlite.org> wrote: > The syntax for PRAGMA is: > > PRAGMA database.table_info(tablename);
Out of interest, is there some internal reason for this non-standard form ? I can understand it if it makes some internal part of SQLite easier to write, but my instinctive form for these PRAGMAs is the same as the OPs: PRAGMA table_info(database.tablename) Any chance that SQLite4 might change this, or perhaps accept both forms ? Simon. _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users