summaryrefslogtreecommitdiff
path: root/oslo_db/tests/sqlalchemy/test_utils.py
Commit message (Expand)AuthorAgeFilesLines
* Don't use dict-style attribute accessesStephen Finucane2021-08-101-5/+7
* Replace use of Table.autoload parameterStephen Finucane2021-08-101-1/+1
* Update import of declarative_base()Stephen Finucane2021-08-101-1/+1
* Don't pass strings to Connection.execute()Stephen Finucane2021-08-101-17/+20
* Remove use of MetaData.bind argumentStephen Finucane2021-08-091-18/+19
* Remove legacy calling style of select()Stephen Finucane2021-07-291-4/+6
* tests: Enable SADeprecationWarning warningsStephen Finucane2021-07-291-2/+1
* tests: Use common base classStephen Finucane2021-07-291-4/+2
* Drop checks for IBM DB2Stephen Finucane2021-07-281-7/+3
* Set create_constraint=True for boolean constraint testMike Bayer2020-06-031-1/+1
* Use unittest.mock instead of third party mock8.1.0Sean McGinnis2020-03-311-1/+1
* Drop use of sixStephen Finucane2020-02-251-1/+2
* Remove final references to moxStephen Finucane2020-02-251-2/+0
* Raise minimum SQLAlchemy version to 1.2.0Stephen Finucane2020-02-251-15/+2
* Convert remaining use of moxStephen Finucane2019-12-171-204/+329
* Ensure all test fixtures in oslo_db.tests are privateMike Bayer2018-03-021-7/+7
* Merge "Remove method get_connect_string and is_backend_avail"4.32.0Zuul2017-12-091-33/+0
|\
| * Remove method get_connect_string and is_backend_availzhangyangyang2017-10-131-33/+0
* | 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