Ooops! Thank :)
On Wed, Mar 20, 2013 at 12:03 PM, Richard Hipp <[email protected]> wrote: > On Wed, Mar 20, 2013 at 6:54 AM, Staffan Tylen <[email protected] > >wrote: > > > I've just found out that adding a database name as a table prefix is not > > supported by the pragma table_info function, giving a syntax error. The > > documentation of the ATTACH DATABASE commands says: > > > > Tables in an attached database can be referred to using the syntax * > > database-name.table-name*. > > > > This doesn't seem to be true for the table_info pragma. Can this by any > > chance be added to the pragma, or is there an alternative way to retrieve > > the information without parsing the information in the sqlite_master > table? > > > > The syntax for PRAGMA is: > > PRAGMA database.table_info(tablename); > > > -- > D. Richard Hipp > [email protected] > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

