[Sqlalchemy-commits] commit/sqlalchemy: 3 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-07-25 16:14:59
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/8560522ff024/ Changeset: 8560522ff024 Branch: None User: zzzeek Date: 2014-07-25 18:02:05 Summary: - use a variant with expected collation here for mysql Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/318a197b64c4/ Changeset: 318a197b64c4 Branch: rel_0_9 User: zzzeek Date: 2014-07-25 18:02:38 Summary: - use a variant with expected collation here for mysql Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/6b60d3a9e6ba/ Changeset: 6b60d3a9e6ba Branch: None User: zzzeek Date: 2014-07-25 18:14:22 Summary: - The MySQL dialect will now disable :meth:`.ConnectionEvents.handle_error` events from firing for those statements which it uses internally to detect if a table exists or not. This is achieved using an execution option ``skip_user_error_events`` that disables the handle error event for the scope of that execution. In this way, user code that rewrites exceptions doesn't need to worry about the MySQL dialect or other dialects that occasionally need to catch SQLAlchemy specific exceptions. Affected #: 5 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. |