summaryrefslogtreecommitdiff
path: root/nova/db/sqlalchemy/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Use oslo.logDavanum Srinivas2015-02-221-1/+1
* Switch to using oslo_* instead of oslo.*Davanum Srinivas2015-02-061-2/+2
* Performance: leverage dict comprehension in PEP-0274ChangBo Guo(gcb)2015-01-161-2/+2
* Replacement `_` on `_LE` in all LOG.exceptionMike Durnosvistov2014-11-201-3/+3
* Move to oslo.dbAndrey Kurilin2014-09-051-3/+6
* docs - Fix errors,warnings from document generationDavanum Srinivas2014-08-081-4/+2
* Use oslo.i18nDavanum Srinivas2014-07-181-1/+1
* Remove duplicate code from nova.db.sqlalchemy.utilsMatt Riedemann2014-04-111-477/+3
* Enable flake8 H404 checkingAlexander Bochkarev2014-02-271-12/+8
* Fix migrations changing the type of deleted columnIlya Pekelny2014-02-071-2/+11
* Merge "Make _change_index_columns use existing utility methods"Jenkins2014-02-061-10/+2
|\
| * Make _change_index_columns use existing utility methodsMatt Riedemann2013-12-191-10/+2
* | Remove vi modelinesliu-sheng2014-02-031-2/+0
|/
* Checking existence of index before droppingMahesh Panchaksharaiah2013-11-061-8/+18
* Merge "Add DeleteFromSelect to avoid database's limit"Jenkins2013-10-301-0/+18
|\
| * Add DeleteFromSelect to avoid database's limitChang Bo Guo2013-10-281-0/+18
* | Fix tests to work with mysql+postgres concurrentlyJoshua Hesketh2013-10-271-0/+3
|/
* Fixes typos in nova/db codeAlex Glikson2013-10-081-3/+3
* Add missing indexes back in from 152Joshua Hesketh2013-09-091-0/+53
* Fix typo in exception messageMatt Odden2013-08-151-1/+1
* Remove the monkey patching of _ into the builtinsAlex Gaynor2013-07-261-0/+1
* Merge "Enforce sqlite-specific flow in drop_unique_constraint"Jenkins2013-07-081-4/+4
|\
| * Enforce sqlite-specific flow in drop_unique_constraintMatt Riedemann2013-06-141-4/+4
* | Fix binding of SQL query params in DB utils.Roman Podolyaka2013-07-011-3/+9
* | Fix sqlalchemy utils.Yuriy Zveryanskyy2013-06-271-3/+13
* | Merge "Remove trivial cases of unused variables (1)"Jenkins2013-06-181-1/+1
|\ \ | |/ |/|
| * Remove trivial cases of unused variables (1)Stanislaw Pitucha2013-06-131-1/+1
* | Merge "Fix _drop_unique_constraint_in_sqlite() function."Jenkins2013-06-141-0/+28
|\ \ | |/ |/|
| * Fix _drop_unique_constraint_in_sqlite() function.Victor Sergeyev2013-05-291-0/+28
* | Fix and enable H403 testsDirk Mueller2013-06-121-1/+2
|/
* Change db `deleted` column type utilsBoris Pavlovic2013-05-241-2/+210
* Fix tests for sqlalchemy utilsBoris Pavlovic2013-05-241-4/+14
* Move get_table() from test_migrations to sqlalchemy.utilsBoris Pavlovic2013-05-131-0/+10
* Add sqlalchemy migration utils.create_shadow_table methodBoris Pavlovic2013-05-091-13/+63
* Add sqlalchemy migration utils.check_shadow_table methodBoris Pavlovic2013-05-091-1/+39
* Small spelling fix in sqlalchemy utils.Michael Still2013-02-191-1/+1
* Add generic dropper for duplicate rowsBoris Pavlovic2013-02-181-1/+52
* Fix typo/bug in generic UC dropperBoris Pavlovic2013-02-171-3/+3
* Add generic UC dropperBoris Pavlovic2013-02-121-0/+117