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

jQuery clickable div with working mailto link inside -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -