[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - The warning emitted by the unicode type for a non
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-03-31 19:11:32
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/5ed49f38c372/ Changeset: 5ed49f38c372 Branch: None User: zzzeek Date: 2015-03-31 19:10:42+00:00 Summary: - The warning emitted by the unicode type for a non-unicode type has been liberalized to warn for values that aren't even string values, such as integers; previously, the updated warning system of 1.0 made use of string formatting operations which would raise an internal TypeError. While these cases should ideally raise totally, some backends like SQLite and MySQL do accept them and are potentially in use by legacy code, not to mention that they will always pass through if unicode conversion is turned off for the target backend. fixes #3346 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. |