summaryrefslogtreecommitdiffstats
path: root/openstack/common/db/sqlalchemy/session.py
Commit message (Expand)AuthorAgeFilesLines
* Line wrapper becomes to long when expanded.Monty Taylor2013-05-111-2/+3
* Convert unicode for python3 portabilityChuck Short2013-05-061-1/+2
* Add support to clear DBGary Kotton2013-04-251-0/+11
* Add enforcement for foreign key contraints with sqliteGary Kotton2013-04-221-5/+22
* Improve Python 3.x compatibilityDirk Mueller2013-04-221-6/+6
* Fixes private functions privateZhongyue Luo2013-04-101-21/+21
* Mark sql_connection with secret flagMichael J Fork2013-03-271-1/+2
* Clean up sqlalchemy exception codeChris Behrens2013-02-221-30/+42
* Move DB thread pooling to DB API loaderChris Behrens2013-02-181-35/+0
* Use oslo-config-2013.1b3Mark McLoughlin2013-02-171-1/+1
* Use importutils.try_import() for MySQLdbMark McLoughlin2013-02-071-6/+4
* Minor tweak to make update.py happyMark McLoughlin2013-02-071-1/+1
* Remove openstack.common.db.commonMark McLoughlin2013-02-071-5/+23
* Provide creating real unique constraints for columnsBoris Pavlovic2013-02-071-1/+1
* Fix missing wrap_db_error for Session.execute() methodBoris Pavlovic2013-02-071-0/+4
* Fix eventlet/mysql db pooling codeBrian Elliott2013-02-071-3/+17
* Be explicit about set_default() parametersMark McLoughlin2013-02-051-2/+4
* Remove duplicate DB optionsMark McLoughlin2013-02-051-6/+0
* Eliminate gratuitous DB difference vs NovaMark McLoughlin2013-02-051-3/+2
* Import sqlalchemy session/models/utilsEric Windisch2013-02-051-0/+636