>    PRAGMA table_info(database.tablename)
>
> Any chance that SQLite4 might change this, or perhaps accept both forms ?
>
>
In addition, how about a pragma to get the tables in a database? We
currently have pragma(database_list), pragma(index_list), and
pragma(table_info), but no pragma(table_list) -  a SELECT against
sqlite_master is necessary to get hold of the table names. IMHO it's not
what one would expect.

Staffan
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to