Conversation

It is really easy to screw up database programming when writing Python scripts when autocommit is set to false and you forget to commit select queries and hold the transaction open so that it eventually blocks by holding locks. I've found setting autocommit to true and using...
2
7