]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
create() statements return the created object so they can be instantiated and
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 26 Feb 2006 02:24:42 +0000 (02:24 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 26 Feb 2006 02:24:42 +0000 (02:24 +0000)
commit6bdf9e7eb3e2b8736b34598382536a0a6dbc122e
tree9e0fd8402748d49dbd923fb002dc09bead25fa9f
parentaadd46c5fdd1d9af9b2f886a22dce4ab172f961b
create() statements return the created object so they can be instantiated and
create()'ed in one line
lib/sqlalchemy/engine.py
lib/sqlalchemy/schema.py