]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- clean up the batch insert thing
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 11 Dec 2010 08:05:03 +0000 (03:05 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 11 Dec 2010 08:05:03 +0000 (03:05 -0500)
commit9c0755640c5f1d45596ff7234d2d42f1c92d09e0
treed742ffa4269a28d9dc7e9017876af502a13a02fd
parent66e5de30f2e01593182058091075780b41411a78
- clean up the batch insert thing
- add a test for batch inserts
- don't need elaborate _inserted_primary_key thing
- take some cruft out of ExecutionContext, ResultProxy,
EC members can be non-underscored, have mapper just call the
EC members for now.
- simplify "connection_callable", no need for a "flush_opts"
dictionary since this point of expansion is not needed
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/engine/default.py
lib/sqlalchemy/ext/horizontal_shard.py
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/orm/session.py
lib/sqlalchemy/orm/unitofwork.py
test/orm/test_unitofworkv2.py