]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Issue one SQL statement per execute() call
authorAngus Lees <gus@inodes.org>
Wed, 13 Aug 2014 01:59:18 +0000 (11:59 +1000)
committerAngus Lees <gus@inodes.org>
Wed, 13 Aug 2014 02:00:58 +0000 (12:00 +1000)
commitfec9efbdf8eca107a23a32109e37b4039c8beebc
tree5e1ddad3a97e59bd7e73ae08a738ed4cf3d554e9
parent03884b3d64db64565c5f21da5db26eb7e01b4cff
Issue one SQL statement per execute() call

Some sqlalchemy drivers don't support multiple SQL statements in a
single execute() call.  The sqlalchemy author has confirmed that one
statement per execute() is the intended API.

Change-Id: I527780765371dcc9645a721d60ed9ac67ddde29f
cinder/db/sqlalchemy/migrate_repo/versions/001_cinder_init.py