[Sqlalchemy-commits] commit/sqlalchemy: 12 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-02-18 21:09:03
|
12 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/6b71c3b1b3bb/ Changeset: 6b71c3b1b3bb Branch: None User: zzzeek Date: 2015-02-18 01:06:01+00:00 Summary: - add a test for mass expiry Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/ba110176c978/ Changeset: ba110176c978 Branch: None User: zzzeek Date: 2015-02-18 01:31:42+00:00 Summary: wip Affected #: 7 files https://bitbucket.org/zzzeek/sqlalchemy/commits/99b535bbd1da/ Changeset: 99b535bbd1da Branch: None User: zzzeek Date: 2015-02-18 18:49:12+00:00 Summary: - inline the .reset calls Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/15e670fbc4bd/ Changeset: 15e670fbc4bd Branch: None User: zzzeek Date: 2015-02-18 19:08:40+00:00 Summary: - add compatiblity for 0.9 style pickle Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/698fb60e67a5/ Changeset: 698fb60e67a5 Branch: None User: zzzeek Date: 2015-02-18 19:23:45+00:00 Summary: - inline the discard process Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/3035c08f1a48/ Changeset: 3035c08f1a48 Branch: None User: zzzeek Date: 2015-02-18 19:31:14+00:00 Summary: - keep reducing Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/a73fc43cabb1/ Changeset: a73fc43cabb1 Branch: None User: zzzeek Date: 2015-02-18 20:27:11+00:00 Summary: - ensure no behavioral change in lazy callables / expire vs. 0.9 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/36465e944523/ Changeset: 36465e944523 Branch: None User: zzzeek Date: 2015-02-18 20:39:42+00:00 Summary: - .callables is really a seldom-used collection; turn it into a class-level tuple for default operations Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/6436664bb7c2/ Changeset: 6436664bb7c2 Branch: None User: zzzeek Date: 2015-02-18 20:44:54+00:00 Summary: - big update of callcounts Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/3eff76c4b0c2/ Changeset: 3eff76c4b0c2 Branch: None User: zzzeek Date: 2015-02-18 20:50:37+00:00 Summary: - add the test_expire_lots test for comparison Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/6d3295772eba/ Changeset: 6d3295772eba Branch: faster_expiry User: zzzeek Date: 2015-02-18 20:58:46+00:00 Summary: - changelog etc, forgot to remove assertion Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/3209a73b92e1/ Changeset: 3209a73b92e1 Branch: None User: zzzeek Date: 2015-02-18 21:08:19+00:00 Summary: - Mapped state internals have been reworked to allow for a 50% reduction in callcounts specific to the "expiration" of objects, as in the "auto expire" feature of :meth:`.Session.commit` and for :meth:`.Session.expire_all`, as well as in the "cleanup" step which occurs when object states are garbage collected. fixes #3307 Affected #: 12 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |