diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2006-08-26 20:16:19 +0000 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2006-08-26 20:16:19 +0000 |
| commit | ad8b3c63e00960bb5a27752ae3f8ad4669f703a6 (patch) | |
| tree | 7fa7bdbf8e09777e029fcd7b6dd5478e962b7142 /doc | |
| parent | 2d4dfb959b07d3641ac5565c9f4fa57fe1267097 (diff) | |
| download | sqlalchemy-ad8b3c63e00960bb5a27752ae3f8ad4669f703a6.tar.gz | |
doc bug [ticket:278]
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/content/dbengine.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/content/dbengine.txt b/doc/build/content/dbengine.txt index d8dec80c0..a68b94de5 100644 --- a/doc/build/content/dbengine.txt +++ b/doc/build/content/dbengine.txt @@ -167,7 +167,7 @@ Both `Connection` and `Engine` fulfill an interface known as `Connectable` which #### Implicit Connection Contexts {@name=context} -An **implicit connection** refers to connections that are allocated by the `Engine` internally. There are two general cases when this occurs: when using the various `execute()` methods that are available off the `Engine` object itself, and when calling the `execute()` method on constructed SQL objects, which are described in [sqlconstruction](rel:sqlconstruction). +An **implicit connection** refers to connections that are allocated by the `Engine` internally. There are two general cases when this occurs: when using the various `execute()` methods that are available off the `Engine` object itself, and when calling the `execute()` method on constructed SQL objects, which are described in [sql](rel:sql). {python title="Implicit Connection"} engine = create_engine('sqlite:///:memory:') |
