summaryrefslogtreecommitdiff
path: root/oslo_db/sqlalchemy/engines.py
Commit message (Expand)AuthorAgeFilesLines
* Remove logic for SQLAlchemy < 1.4Stephen Finucane2023-04-171-27/+1
* Use SQLAlchemy native pre-pingStephen Finucane2023-04-061-2/+12
* Get test suite to full pass with SQLAlchemy 2.0Stephen Finucane2023-04-061-19/+46
* Do not convert to string ``url.URL`` objectsRodolfo Alonso Hernandez2023-03-271-1/+1
* Rollback the connection after server ping methodRodolfo Alonso Hernandez2023-03-021-0/+8
* Add option for wsrep_sync_waitMike Bayer2022-12-051-6/+15
* Deprecate MySQL NDB Cluster SupportStephen Finucane2022-07-271-1/+13
* Remove legacy calling style of select()Stephen Finucane2021-07-291-3/+3
* Drop checks for IBM DB2Stephen Finucane2021-07-281-1/+1
* Accommodate immutable URL apiMike Bayer2020-12-111-1/+11
* Drop use of sixStephen Finucane2020-02-251-9/+6
* Remove convert_unicode flag4.43.0Mike Bayer2018-12-211-1/+0
* Allow connection query string to be passed separately.Mike Bayer2018-01-301-1/+19
* Rename idle_timeout to connection_recycle_timeMike Bayer2017-08-151-2/+5
* Log an exception when reconnect-to-disconnected occursMike Bayer2017-07-171-0/+2
* Merge "Enable MySQL Storage Engine selection"Jenkins2017-06-281-0/+8
|\
| * Enable MySQL Storage Engine selectionoorgeron2017-06-261-0/+8
* | Warn on URL without a drivernameMike Bayer2017-05-241-0/+20
|/
* Remove log translationschenlx2017-03-301-9/+7
* Set a min and max on the connection_debug optionEric Brown2016-07-091-1/+1
* Add support for custom JSON serializerJulien Danjou2016-05-191-2/+8
* Remove unused sqlite_fk in _init_connection_args callJulien Danjou2016-04-151-1/+0
* Handle case where oslo_db.tests has not been importedJoshua Harlow2015-09-081-3/+6
* Python 3: Use use_unicode=1 under Python 3fumihiko kakuma2015-07-301-1/+4
* Implement new oslo.db.sqlalchemy.enginefacade moduleMike Bayer2015-06-041-0/+413