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

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -