]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
added link to implicit execution section
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 8 Aug 2007 00:27:40 +0000 (00:27 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 8 Aug 2007 00:27:40 +0000 (00:27 +0000)
doc/build/content/sqlexpression.txt

index 3847968bff93b520c6b726b68d0f0f020a4f73a5..d2c3a190ac42281e5d86aee65e5317226a6f0902 100644 (file)
@@ -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
+