[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-12-08 06:23:03
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/3f1477e2ecf3/ Changeset: 3f1477e2ecf3 Branch: None User: zzzeek Date: 2014-12-08 06:10:30+00:00 Summary: - A new series of :class:`.Session` methods which provide hooks directly into the unit of work's facility for emitting INSERT and UPDATE statements has been created. When used correctly, this expert-oriented system can allow ORM-mappings to be used to generate bulk insert and update statements batched into executemany groups, allowing the statements to proceed at speeds that rival direct use of the Core. fixes #3100 Affected #: 8 files https://bitbucket.org/zzzeek/sqlalchemy/commits/902c8d480bee/ Changeset: 902c8d480bee Branch: None User: zzzeek Date: 2014-12-08 06:22:37+00:00 Summary: - some profile changes likely due to the change in event listening on engines Affected #: 2 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. |