Hello,

PRAGMA table_info and PRAGMA index_info are a useful source of information, and 
I wish they would show even more details.

For PRAGMA table_info:

 * The column's collation sequence, if specified

For PRAGMA index_info:

 * The column's collation sequence, if specified
 * The column's sort order, if specified

Little changes only and very useful for SQLite manager applications, but they 
might open the floodgates. What do others think?

Ralf

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

Reply via email to