summaryrefslogtreecommitdiffstats
path: root/openstack/common/db
Commit message (Expand)AuthorAgeFilesLines
* Don't use mixture of cfg.Opt() deprecated argsMark McLoughlin2013-06-251-24/+22
* Ensure that DB configuration is backward compatibleGary Kotton2013-06-221-0/+17
* Enable hacking H404 test.Dina Belova2013-06-111-14/+14
* Enable user to configure pool_timeoutGary Kotton2013-06-111-3/+20
* Changed processing unique constraint name.Victor Sergeyev2013-06-071-2/+2
* Enable H306 hacking check.Dina Belova2013-06-041-1/+1
* Merge "Add a slave db handle for the SQLAlchemy backend."Jenkins2013-06-031-10/+64
|\
| * Add a slave db handle for the SQLAlchemy backend.Michael Wilson2013-06-031-10/+64
* | Merge "Enable hacking H403 test"Jenkins2013-05-301-1/+2
|\ \ | |/ |/|
| * Enable hacking H403 testSergey Lukjanov2013-05-301-1/+2
* | Merge "Changed processing unique constraint name."Jenkins2013-05-281-3/+4
|\ \ | |/ |/|
| * Changed processing unique constraint name.Victor Sergeyev2013-05-281-3/+4
* | Specify database group instead of DEFAULTDavanum Srinivas2013-05-202-37/+66
|/
* Line wrapper becomes to long when expanded.Monty Taylor2013-05-111-2/+3
* Merge "Convert unicode for python3 portability"Jenkins2013-05-071-1/+2
|\
| * Convert unicode for python3 portabilityChuck Short2013-05-061-1/+2
* | Use range rather than xrangeChuck Short2013-05-011-2/+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
* Removes metadata from ModelBaseZhongyue Luo2013-04-201-1/+0
* Merge "Removes created_at, updated_at from ModelBase"Jenkins2013-04-201-2/+5
|\
| * Removes created_at, updated_at from ModelBaseZhongyue Luo2013-04-111-2/+5
* | Fixes private functions privateZhongyue Luo2013-04-101-21/+21
|/
* Mark sql_connection with secret flagMichael J Fork2013-03-271-1/+2
* Fix Copyright Headers - Rename LLC to FoundationDavanum Srinivas2013-03-111-1/+1
* Fixes import order nitsZhongyue Luo2013-02-261-1/+1
* Clean up sqlalchemy exception codeChris Behrens2013-02-222-30/+87
* Move DB thread pooling to DB API loaderChris Behrens2013-02-182-35/+101
* 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-073-58/+28
* Provide creating real unique constraints for columnsBoris Pavlovic2013-02-072-4/+4
* 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
* Add missing DBDuplicateEntryMark McLoughlin2013-02-071-0/+7
* 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-056-0/+944