Tagged Questions
4
votes
3answers
942 views
Execute sqlite3 “dot” commands from Python or register collation in command line utility
My sqlite3 database contains a "collate" column-constraint. I've placed it in the schema for the table, to prevent accidentally neglecting to use the necessary collation. However this means when ...