]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
eek! wrong tranasctional command for like, years now....
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 28 Jun 2007 16:36:09 +0000 (16:36 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 28 Jun 2007 16:36:09 +0000 (16:36 +0000)
doc/build/content/dbengine.txt

index a3cc899e334741aacfd3421789f6f36ae8983e17..203968ae40ae8729f738c279a63d121e0b0f1c27 100644 (file)
@@ -352,7 +352,7 @@ One programming pattern that the `threadlocal` strategy supports is transparent
          # do stuff
         trans.commit()
         
-    db.create_transaction()
+    db.begin()
     try:
         dosomethingimplicit()
         dosomethingelse()