summaryrefslogtreecommitdiff
path: root/oslo_db/sqlalchemy/enginefacade.py
Commit message (Expand)AuthorAgeFilesLines
* Add release note for base test class removalStephen Finucane2023-04-171-1/+1
* Get test suite to full pass with SQLAlchemy 2.0Stephen Finucane2023-04-061-21/+3
* Fix default value for wsrep_sync_wait option12.3.1Ayumu Ueha2023-01-181-4/+5
* Add option for wsrep_sync_waitMike Bayer2022-12-051-0/+6
* Merge "Deprecate MySQL NDB Cluster Support"Zuul2022-09-091-0/+9
|\
| * Deprecate MySQL NDB Cluster SupportStephen Finucane2022-07-271-0/+9
* | Remove the 'Session.autocommit' parameterStephen Finucane2022-02-081-3/+12
|/
* Merge "Remove the idle_timeout option."Zuul2021-06-231-4/+0
|\
| * Remove the idle_timeout option.Daniel Bengtsson2021-06-231-4/+0
* | Replace getargspec with getfullargspeclikui2021-05-111-2/+2
|/
* Update hacking for Python3Andreas Jaeger2020-03-301-0/+1
* Drop use of sixStephen Finucane2020-02-251-1/+0
* Merge "Support context function argument as keyword"Zuul2019-05-151-1/+4
|\
| * Support context function argument as keywordAdrian Chiris2019-04-071-1/+4
* | Removing deprecated min_pool_sizeErik Olof Gunnar Andersson2019-04-061-1/+1
|/
* Merge "Move warnings to their own module"4.42.0Zuul2018-10-301-3/+3
|\
| * Move warnings to their own moduleStephen Finucane2018-10-171-3/+3
* | Add "is_started" flag to enginefacadeMike Bayer2018-10-241-1/+20
|/
* Rename enginefacade.async to enginefacade.async_Mike Bayer2018-07-021-1/+13
* Merge "Ignore 'use_tpool' option"Zuul2018-03-091-4/+4
|\
| * Ignore 'use_tpool' optionStephen Finucane2018-03-091-4/+4
* | Merge "Allow connection query string to be passed separately."Zuul2018-02-201-1/+5
|\ \
| * | Allow connection query string to be passed separately.Mike Bayer2018-01-301-1/+5
| |/
* | Reverse role of synchronous_readerMike Bayer2018-01-291-2/+4
|/
* add bandit to pep8 jobChangBo Guo(gcb)2017-12-221-2/+4
* Handle deprecation of inspect.getargspecSean McGinnis2017-11-271-2/+2
* Rename idle_timeout to connection_recycle_timeMike Bayer2017-08-151-7/+11
* Merge "Add 'save_and_reraise_exception' method when call 'session.rollback()'"4.24.1Jenkins2017-07-051-6/+3
|\
| * Add 'save_and_reraise_exception' method when call 'session.rollback()'D G Lee2017-05-191-6/+3
* | Merge "Enable MySQL Storage Engine selection"Jenkins2017-06-281-0/+6
|\ \
| * | Enable MySQL Storage Engine selectionoorgeron2017-06-261-0/+6
| |/
* | Attach context being used to session/connection infoKevin Benton2017-05-181-14/+31
|/
* Remove deprecated config option sqlite_dbChangBo Guo(gcb)2017-03-241-2/+1
* Establish flush() for "sub" facade contextsKevin Benton2017-02-181-1/+11
* Support facade arguments, unstarted facade for patch_engine()Mike Bayer2017-02-161-7/+18
* Repair unused rollback_reader_sessions parameter.Mike Bayer2017-02-141-25/+72
* Enhanced fixtures for enginefacade-based provisioningMike Bayer2016-11-041-0/+70
* Merge "Add test helpers to enginefacade"Jenkins2016-08-111-2/+87
|\
| * Add test helpers to enginefacadeMike Bayer2016-08-031-2/+87
* | Add logging_name to enginefacade configMike Bayer2016-08-031-0/+1
|/
* Merge "Add a hook to process newly created engines"Jenkins2016-08-031-1/+8
|\
| * Add a hook to process newly created enginesAnn Kamyshnikova2016-07-311-1/+8
* | Add dispose_pool() method to enginefacade context, factoryMike Bayer2016-07-111-0/+14
|/
* Fix typos in comments and docstringHanXue Lai2016-06-131-1/+1
* Add support for custom JSON serializerJulien Danjou2016-05-191-1/+3
* Fix spelling mistakedineshbhor2016-03-221-1/+1
* Let enginefacade._TransactionContextManager look for contextAndrew Laski2016-03-181-1/+7
* Added allow_async propertyPavel Kholkin2015-11-261-6/+30
* Detect not-started _TransactionFactory in legacy3.2.0Mike Bayer2015-11-111-0/+7
* Added method get_legacy_facade() to the _TransactionContextManagerSergey Nikitin2015-11-111-1/+12