[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - remove context-specific post-crud logic from Conn
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-01-25 22:58:17
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/a33c250da273/ Changeset: a33c250da273 Branch: None User: zzzeek Date: 2015-01-25 22:53:41+00:00 Summary: - remove context-specific post-crud logic from Connection and inline post-crud logic to some degree in DefaultExecutionContext. In particular we are removing post_insert() which doesn't appear to be used based on a survey of prominent third party dialects. Callcounts aren't added to existing execute profiling tests and inserts might be a little better. - simplify the execution_options join in DEC. Callcounts don't appear affected. Affected #: 3 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. |