]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- The :func:`.engine_from_config` function has been improved so that
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 7 Dec 2013 23:38:15 +0000 (18:38 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 7 Dec 2013 23:38:15 +0000 (18:38 -0500)
commit49d80269878c9d793df752479c876c3bbc4f8020
treecb9f26b1434feefc3349ed60a35f05db60dcc9a4
parent7af17459ca23bbf7afcb2bf53531a9e029e05175
- The :func:`.engine_from_config` function has been improved so that
we will be able to parse dialect-specific arguments from string
configuration dictionaries.  Dialect classes can now provide their
own list of parameter types and string-conversion routines.
The feature is not yet used by the built-in dialects, however.
[ticket:2875]
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/engine/__init__.py
lib/sqlalchemy/engine/default.py
lib/sqlalchemy/engine/strategies.py
lib/sqlalchemy/engine/util.py
test/engine/test_parseconnect.py