]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
method add
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 25 Mar 2006 20:28:01 +0000 (20:28 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 25 Mar 2006 20:28:01 +0000 (20:28 +0000)
doc/build/content/datamapping.myt

index ef8f6ed01c8199ffd659734bb131c178aecc7629..bd618054e9d926c70ab83210f0946c914158cfa0 100644 (file)
@@ -65,7 +65,7 @@ UPDATE users SET user_name=:user_name
             
             userlist = User.mapper.select_by(user_id=12)
         </&>
-    <p>There is also a full-blown "monkeypatch" function that creates a primary mapper, attaches the above mapper class property, and also the  methods <code>get, get_by, select, select_by, selectone, selectfirst, commit</code> and <code>delete</code>:</p>
+    <p>There is also a full-blown "monkeypatch" function that creates a primary mapper, attaches the above mapper class property, and also the  methods <code>get, get_by, select, select_by, selectone, selectfirst, commit, expire, refresh, expunge</code> and <code>delete</code>:</p>
     <&|formatting.myt:code&>
         # "assign" a mapper to the User class/users table
         assign_mapper(User, users)