[ckan-changes] [ckan/ckan] 8f0ad1: [#1653] fix paster db clean
GitHub
noreply at github.com
Thu Apr 17 17:59:54 UTC 2014
Branch: refs/heads/1653-fix-paster-db-clean
Home: https://github.com/ckan/ckan
Commit: 8f0ad19341e7a22755e7971a6e41fd56dfab2922
https://github.com/ckan/ckan/commit/8f0ad19341e7a22755e7971a6e41fd56dfab2922
Author: joetsoi <joe.yeung.tsoi at gmail.com>
Date: 2014-04-17 (Thu, 17 Apr 2014)
Changed paths:
M ckan/lib/cli.py
Log Message:
-----------
[#1653] fix paster db clean
Because autocommit is false in User.get(), it creates a transaction
that is never closed, this leaves the connection open, idle and blocking
so the tables cannot be deleted.
More information about the ckan-changes
mailing list