Reviewed: https://review.openstack.org/50497 Committed: http://github.com/openstack/keystone/commit/d044f0bfed76f9bac0277fcd645b6f21eb088eaf Submitter: Jenkins Branch: milestone-proposed
commit d044f0bfed76f9bac0277fcd645b6f21eb088eaf Author: Morgan Fainberg <[email protected]> Date: Fri Sep 27 13:38:59 2013 -0700 Close the cursor for SQLite for 034 upgrade/downgrade on select The list() is needed around the table select for SQLite upgrade/downgrade to work. This forces a cursor close and prevents database locked errors. closes-bug: 1233329 Change-Id: I01aedf9d2743a86881c124c9690f10233d9966bc ** Changed in: keystone Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1233329 Title: 034 migration fails for SQLite if there is data in the user table Status in OpenStack Identity (Keystone): Fix Released Bug description: Due to not closing the cursor on the table-wide select, SQLite migration fails for 034 if there is data in the user table. To manage notifications about this bug go to: https://bugs.launchpad.net/keystone/+bug/1233329/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

