summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2007-08-08 00:27:40 +0000
committerMike Bayer <mike_mp@zzzcomputing.com>2007-08-08 00:27:40 +0000
commit32c44ee4cad1f6cb6714762e4f890ce1ddee6b48 (patch)
tree081aa1c7c63ef84ac621e3cba5149182bc0ccbba
parent6899c0dc1bb01c6136290ba5e45965bb9cbf84d3 (diff)
downloadsqlalchemy-32c44ee4cad1f6cb6714762e4f890ce1ddee6b48.tar.gz
added link to implicit execution section
-rw-r--r--doc/build/content/sqlexpression.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/build/content/sqlexpression.txt b/doc/build/content/sqlexpression.txt
index 3847968bf..d2c3a190a 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
+