summaryrefslogtreecommitdiff
path: root/oslo_db/tests/sqlalchemy/test_utils.py
Commit message (Expand)AuthorAgeFilesLines
* Fix marker checking when value is Nonenewton-eol4.13.6stable/newtontengqm2017-04-141-1/+32
* Add additional caution looking for table, info4.13.3Mike Bayer2016-09-081-1/+24
* utils: fix get_unique_keys() when model has no table attached to it4.13.2Julien Danjou2016-09-031-6/+35
* Correctly detect incomplete sort_keys passed to paginate_query4.13.1Ihar Hrachyshka2016-09-011-0/+90
* Merge "Display full reason for backend not available"Jenkins2016-08-111-2/+6
|\
| * Display full reason for backend not availableMike Bayer2016-08-081-2/+6
* | Fix parameters of assertEqual are misplacedyan.haifeng2016-07-201-27/+27
|/
* Repair boolean CHECK constraint detectionMike Bayer2016-06-011-0/+18
* Fix unit tests failures, when psycopg2 is not installedRoman Podoliaka2016-04-181-0/+17
* Remove sqlalchemy < 1.0.0 compatible layerChangBo Guo(gcb)2016-03-141-11/+1
* exceptions: provide .message attribute for Py3K compatibility4.4.0Roman Podoliaka2016-02-081-0/+6
* InvalidSortKey constructor change breaks Heat unittestsDavanum Srinivas2016-02-061-0/+2
* exception: fix DBInvalidUnicodeParameter error messageJulien Danjou2016-02-041-0/+5
* exceptions: enhance InvalidSortKey to carry the invalid keyJulien Danjou2016-02-021-2/+2
* exception: fix InvalidSortKey messageJulien Danjou2016-02-011-0/+4
* pagination: enhance sorting of null valuesMehdi Abaakouk2015-08-061-0/+35
* Switch from MySQL-python to PyMySQLJeremy Stanley2015-06-181-17/+42
* Sort model fields using getattr(), not inspect()Mike Bayer2015-05-051-0/+49
* Merge "Fixed bug in InsertFromSelect columns order"Jenkins2015-04-011-0/+73
|\
| * Fixed bug in InsertFromSelect columns orderTimofey Durakov2015-03-131-0/+73
* | Provide working SQLA_VERSION attributeMike Bayer2015-03-181-1/+2
|/
* Make sure sort_key_attr is QueryableAttribute when queryEli Qiao2015-01-091-21/+37
* Move files out of the namespace packageDoug Hellmann2014-12-241-0/+1090