summaryrefslogtreecommitdiff
path: root/oslo_db/tests/sqlalchemy/test_utils.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "Remove property message for DBInvalidUnicodeParameter and InvalidSortKey"Zuul2017-10-191-6/+0
|\
| * Remove property message for DBInvalidUnicodeParameter and InvalidSortKeysunguangning2017-09-111-6/+0
* | Test illegal "boolean" values without Boolean datatypeMike Bayer2017-10-121-1/+13
* | Merge "Fix pagination when marker value is None"Jenkins2017-10-081-3/+65
|\ \
| * | Fix pagination when marker value is NoneMehdi Abaakouk2017-09-121-3/+65
| |/
* | Add new foreign key utility function to utilsoorgeron2017-09-221-3/+120
|/
* Remove class InsertFromSelectzhangyangyang2017-09-041-114/+0
* Replace six.iteritems() with .items()liuyamin2017-07-191-2/+1
* Coerce booleans to integer values in paginate_queryKevin Benton2017-01-171-0/+21
* Merge "Replaces uuid.uuid4 with uuidutils.generate_uuid()"Jenkins2016-12-091-5/+4
|\
| * Replaces uuid.uuid4 with uuidutils.generate_uuid()zhangguoqing2016-12-071-5/+4
* | Fix marker checking when value is Nonetengqm2016-12-061-1/+32
|/
* Check if an index on given columns existsint32bit2016-12-011-0/+15
* Enhanced fixtures for enginefacade-based provisioningMike Bayer2016-11-041-1/+1
* Using new style assertions instead of old style assertionshowardlee2016-11-041-3/+3
* Change assertTrue(isinstance()) by optimal assertTony Xu2016-10-251-5/+5
* Add additional caution looking for table, infoMike Bayer2016-09-071-1/+24
* utils: fix get_unique_keys() when model has no table attached to itJulien Danjou2016-09-021-6/+35
* Correctly detect incomplete sort_keys passed to paginate_queryIhar Hrachyshka2016-08-311-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