]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- remove remaining create_session() calls from examples, replace with Session
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 24 Oct 2010 16:42:47 +0000 (12:42 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 24 Oct 2010 16:42:47 +0000 (12:42 -0400)
commitbfc0977063a32f1820fc02d9465e73b20f7fbaaf
tree7e0099a07b29fe5f300d8044678cbd9754aea0e6
parenta29f130be7a1589566547e94c0e283f0210f27ef
- remove remaining create_session() calls from examples, replace with Session
- replace all flush()/expunge_all() with commit()
examples/association/basic_association.py
examples/association/proxied_association.py
examples/custom_attributes/custom_management.py
examples/sharding/attribute_shard.py
examples/vertical/dictlike-polymorphic.py
examples/vertical/dictlike.py