[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2013-07-08 17:44:28
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/9f00c2cab922/ Changeset: 9f00c2cab922 Branch: ticket_2775 User: zzzeek Date: 2013-07-08 19:39:21 Summary: break out these tests Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/02a81707dc8b/ Changeset: 02a81707dc8b Branch: master User: zzzeek Date: 2013-07-08 19:39:56 Summary: - create a new system where we can decorate an event method with @_legacy_signature, will inspect incoming listener functions to see if they match an older signature, will wrap into a newer sig - add an event listen argument named=True, will send all args as kw args so that event listeners can be written with **kw, any combination of names - add a doc system to events that writes out the various calling styles for a given event, produces deprecation messages automatically. a little concerned that it's a bit verbose but will look at it up on RTD for awhile to get a feel. - change the calling signature for bulk update/delete events - we have the BulkUD object right there, and there's at least six or seven things people might want to see, so just send the whole BulkUD in [ticket:2775] 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. |