diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2006-09-25 16:22:32 +0000 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2006-09-25 16:22:32 +0000 |
| commit | 46dcf1fa5d15af427d718ede77466e2699f3c046 (patch) | |
| tree | 2b79060edab7df36aca3581445e4b982f0d5fdbe /lib/sqlalchemy/engine | |
| parent | e812785c2d7985382458ca8dd7b2409b58c38eb2 (diff) | |
| download | sqlalchemy-46dcf1fa5d15af427d718ede77466e2699f3c046.tar.gz | |
doc edits, moved object display in uowdumper to be hex, fixed test runner in parseconnect
Diffstat (limited to 'lib/sqlalchemy/engine')
| -rw-r--r-- | lib/sqlalchemy/engine/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/engine/__init__.py b/lib/sqlalchemy/engine/__init__.py index 2cb94a90d..e2a8edf69 100644 --- a/lib/sqlalchemy/engine/__init__.py +++ b/lib/sqlalchemy/engine/__init__.py @@ -38,7 +38,7 @@ def create_engine(*args, **kwargs): locates that strategy and invokes its create() method to produce the Engine. The strategies themselves are instances of EngineStrategy, and the built in ones are present in the sqlalchemy.engine.strategies module. Current implementations - include "plain" and "threadlocal". The default used by this function is "threadlocal". + include "plain" and "threadlocal". The default used by this function is "plain". "plain" provides support for a Connection object which can be used to execute SQL queries with a specific underlying DBAPI connection. |
