summaryrefslogtreecommitdiff
path: root/oslo_db/sqlalchemy/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Remove dead codeStephen Finucane2023-04-171-63/+0
* Get test suite to full pass with SQLAlchemy 2.0Stephen Finucane2023-04-061-18/+21
* Do not convert to string ``url.URL`` objectsRodolfo Alonso Hernandez2023-03-271-0/+8
* Remove sqlalchemy-migrateMike Bayer2023-03-211-237/+0
* Merge "Deprecate MySQL NDB Cluster Support"Zuul2022-09-091-5/+18
|\
| * Deprecate MySQL NDB Cluster SupportStephen Finucane2022-07-271-5/+18
* | tests: Enable SAWarning warningsStephen Finucane2022-02-081-3/+15
* | Add missing 'connect' wrapperStephen Finucane2022-02-081-1/+3
|/
* utils: Remove troublesome utility methods11.2.0Stephen Finucane2022-02-081-127/+0
* Don't rely on implicit autocommitStephen Finucane2021-08-101-55/+69
* Replace use of 'Engine.execute()'Stephen Finucane2021-08-101-27/+31
* Don't pass kwargs to connection.execute()Stephen Finucane2021-08-101-1/+1
* Replace use of Executable.execute methodStephen Finucane2021-08-101-75/+83
* Don't use dict-style attribute accessesStephen Finucane2021-08-101-1/+1
* Remove use of MetaData.bind argumentStephen Finucane2021-08-091-41/+70
* Remove legacy calling style of select()Stephen Finucane2021-07-291-3/+8
* utils: Deprecate sqlalchemy-migrate-related functionsStephen Finucane2021-07-291-0/+13
* tests: Enable SADeprecationWarning warningsStephen Finucane2021-07-291-15/+22
* Replace getargspec with getfullargspeclikui2021-05-111-20/+0
* Update hacking for Python3Andreas Jaeger2020-03-301-0/+1
* Drop use of sixStephen Finucane2020-02-251-9/+3
* Rollback existing nested transacvtion before restarting5.0.1Mike Bayer2019-06-071-0/+4
* Fix deprecation warnings under py36Sean McGinnis2019-04-111-2/+7
* add bandit to pep8 jobChangBo Guo(gcb)2017-12-221-3/+7
* Merge "Remove method get_connect_string and is_backend_avail"4.32.0Zuul2017-12-091-48/+0
|\
| * Remove method get_connect_string and is_backend_availzhangyangyang2017-10-131-48/+0
* | Handle deprecation of inspect.getargspecSean McGinnis2017-11-271-0/+20
|/
* Merge "Fix pagination when marker value is None"Jenkins2017-10-081-3/+11
|\
| * Fix pagination when marker value is NoneMehdi Abaakouk2017-09-121-3/+11
* | Add new foreign key utility function to utilsoorgeron2017-09-221-5/+99
|/
* Remove class InsertFromSelectzhangyangyang2017-09-041-44/+0
* Enable MySQL Storage Engine selectionoorgeron2017-06-261-0/+30
* Remove log translationschenlx2017-03-301-5/+5
* Explain paginate_query doesn't provide parameter offsetChangBo Guo(gcb)2017-02-061-0/+5
* Coerce booleans to integer values in paginate_queryKevin Benton2017-01-171-3/+8
* Modify word "whetever" to "whether"ahdj0072016-12-291-1/+1
* Merge "Strip prefix `migrate_` in parameter `migrate_engine`"Jenkins2016-12-071-63/+60
|\
| * Strip prefix `migrate_` in parameter `migrate_engine`int32bit2016-12-051-63/+60
* | Fix marker checking when value is Nonetengqm2016-12-061-13/+20
|/
* Check if an index on given columns existsint32bit2016-12-011-12/+33
* utils: deprecate InsertFromSelect properlyRoman Podoliaka2016-11-041-4/+6
* Add additional caution looking for table, infoMike Bayer2016-09-071-8/+13
* utils: fix get_unique_keys() when model has no table attached to itJulien Danjou2016-09-021-6/+25
* Correctly detect incomplete sort_keys passed to paginate_queryIhar Hrachyshka2016-08-311-5/+45
* Repair boolean CHECK constraint detectionMike Bayer2016-06-011-17/+14
* exceptions: enhance InvalidSortKey to carry the invalid keyJulien Danjou2016-02-021-1/+1
* pagination: enhance sorting of null valuesMehdi Abaakouk2015-08-061-10/+27
* Remove oslo namespace packageDoug Hellmann2015-06-211-3/+3
* Replace utils method with oslo.utils reflection provided one1.11.0Joshua Harlow2015-06-061-25/+0
* Sort model fields using getattr(), not inspect()Mike Bayer2015-05-051-1/+4