]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Additions to support HAAlchemy plugin
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 2 Sep 2016 19:10:32 +0000 (15:10 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 16 Sep 2016 20:20:18 +0000 (16:20 -0400)
commit01a0a2d542909456a28fba8e6f16c0e0346e1278
tree6539a2ded845c16edc002c8c952e6be57f72b5b0
parent65d8deac95b63ea5702a9ce6b5d9a6c9a6a60991
Additions to support HAAlchemy plugin

- add a connect=True key to connection record to support
  pre-loading of _ConnectionRecord objects
- ensure _ConnectionRecord.close() leaves the record in a good
  state for reopening
- add _ConnectionRecord.record_info for persistent storage
- add "in_use" accessor based on fairy_ref being present or not
- allow for the exclusions system and SuiteRequirements to be
  usable without the full plugin_base setup.
- move some Python-env requirements to the importable
  requirements.py module.
- allow starttime to be queried
- add additional events for engine plugins
- have "dialect" be a first-class parameter to the pool,
  ensure the engine strategy supplies it up front

Change-Id: Ibf549f7a1766e49d335cd6f5e26bacfaef9a8229
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/engine/interfaces.py
lib/sqlalchemy/engine/strategies.py
lib/sqlalchemy/pool.py
lib/sqlalchemy/testing/config.py
lib/sqlalchemy/testing/exclusions.py
lib/sqlalchemy/testing/plugin/plugin_base.py
lib/sqlalchemy/testing/requirements.py
test/engine/test_parseconnect.py
test/engine/test_pool.py
test/requirements.py