python - How do I enable transactional DDL in pysqlite? -
i using pysqlite which, default, not enable transactional ddl (although ddl transactional sqlite3 client).
how enable transactional ddl within pysqlite?
pysqlite performs implicit commit unless lowercased query string starts optional whitespace , 1 of 'select', 'insert', 'update' , 'delete', or 'replace'. there no elegant way turn off. work around this, edit pysqlite c source code.
Comments
Post a Comment