summaryrefslogtreecommitdiff
path: root/oslo_db/tests/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* Merge "remove unicode from code"Zuul2021-04-161-3/+3
|\
| * remove unicode from codexuanyandong2021-01-031-3/+3
* | Fix the conflict status with hacking.Daniel Bengtsson2021-03-092-18/+6
|/
* Set create_constraint=True for boolean constraint testMike Bayer2020-06-031-1/+1
* Merge "Modernize use of table.count() with func.count()"Zuul2020-04-211-4/+10
|\
| * Modernize use of table.count() with func.count()Mike Bayer2020-04-061-4/+10
* | Use unittest.mock instead of third party mock8.1.0Sean McGinnis2020-03-3111-12/+11
|/
* Update hacking for Python3Andreas Jaeger2020-03-301-0/+1
* Drop use of sixStephen Finucane2020-02-255-64/+12
* Remove final references to moxStephen Finucane2020-02-251-2/+0
* Raise minimum SQLAlchemy version to 1.2.0Stephen Finucane2020-02-252-49/+12
* Drop unittest2 usageSean McGinnis2020-01-121-3/+3
* Convert remaining use of moxStephen Finucane2019-12-171-204/+329
* Use regex to compare SQL strings with IN5.1.1Mike Bayer2019-12-111-7/+7
* Use connect, not contextual_connectMike Bayer2019-07-171-3/+3
* Merge "Support context function argument as keyword"Zuul2019-05-151-0/+13
|\
| * Support context function argument as keywordAdrian Chiris2019-04-071-0/+13
* | Merge "Removing deprecated min_pool_size"Zuul2019-04-241-6/+0
|\ \
| * | Removing deprecated min_pool_sizeErik Olof Gunnar Andersson2019-04-061-6/+0
| |/
* | Fix deprecation warnings under py36Sean McGinnis2019-04-111-2/+7
|/
* exc_filters: fix deadlock detection for MariaDB/Galera clusterPierre-Samuel Le Stang2019-02-081-0/+6
* Merge "Move warnings to their own module"4.42.0Zuul2018-10-301-1/+2
|\
| * Move warnings to their own moduleStephen Finucane2018-10-171-1/+2
* | Add "is_started" flag to enginefacadeMike Bayer2018-10-241-0/+26
|/
* Merge "Rename enginefacade.async to enginefacade.async_"4.40.0Zuul2018-07-041-5/+26
|\
| * Rename enginefacade.async to enginefacade.async_Mike Bayer2018-07-021-5/+26
* | Remove most server_default comparison logic4.39.0Mike Bayer2018-06-151-0/+5
|/
* Ensure all test fixtures in oslo_db.tests are privateMike Bayer2018-03-0212-52/+87
* Merge "Allow connection query string to be passed separately."Zuul2018-02-201-0/+74
|\
| * Allow connection query string to be passed separately.Mike Bayer2018-01-301-0/+74
* | Reverse role of synchronous_readerMike Bayer2018-01-291-9/+9
|/
* Fix a typo of "transaction" in commentwanghui2018-01-181-4/+4
* Merge "Remove function optimize_db_test_loader in test_base.py"Zuul2018-01-051-3/+0
|\
| * Remove function optimize_db_test_loader in test_base.pyzhangyangyang2017-09-071-3/+0
* | 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
* | | Use assertRegex instead of assertRegexpMatchesVu Cong Tuan2017-11-011-6/+6
* | | Use skipTest() method instead of deprecated skip()Zane Bitter2017-10-195-7/+7
* | | 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
* | Merge "Throw DBMigrationError instead of DbMigrationError."4.27.0Jenkins2017-09-151-3/+3
|\ \ | |/ |/|
| * Throw DBMigrationError instead of DbMigrationError.Yaguo Zhou2017-09-081-3/+3
* | Merge "Remove AutoString* in ndb.py"Jenkins2017-09-051-18/+0
|\ \
| * | Remove AutoString* in ndb.pyzhangyangyang2017-09-041-18/+0
| |/
* | Remove class InsertFromSelectzhangyangyang2017-09-041-114/+0
|/
* Merge "Replace six.iteritems() with .items()"4.26.0Jenkins2017-08-211-2/+1
|\