Hi all,

Is it possible to find the collation setting of a column via SQL? I've noticed there is a way to do this using the C API (by using sqlite3_table_column_metadata), but short of parsing the CREATE TABLE command found in sqlite_master (which does show the COLLATE info), I can't figure out a way to find this information via SQL.

Thanks,
Jeremy



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

Reply via email to