From: Mike Bayer Date: Wed, 8 Aug 2007 00:27:40 +0000 (+0000) Subject: added link to implicit execution section X-Git-Tag: rel_0_4beta1~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32c44ee4cad1f6cb6714762e4f890ce1ddee6b48;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git added link to implicit execution section --- diff --git a/doc/build/content/sqlexpression.txt b/doc/build/content/sqlexpression.txt index 3847968bff..d2c3a190ac 100644 --- a/doc/build/content/sqlexpression.txt +++ b/doc/build/content/sqlexpression.txt @@ -175,6 +175,7 @@ and you can save even more steps than that, if you connect the `Engine` to the ` metadata.bind = engine result = users.insert().execute(name="mary", fullname="Mary Contrary") +Detailed examples of connectionless and implicit execution are available at [dbengine_implicit](rel:dbengine_implicit). ## Selecting {@name=selecting} @@ -900,4 +901,4 @@ Engine/Connection/Execution Reference: [dbengine](rel:dbengine) SQL Types: [types](rel:types) - \ No newline at end of file +