[Sqlalchemy-commits] commit/sqlalchemy: 3 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-07-29 21:41:40
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/d8efa2257ec6/ Changeset: d8efa2257ec6 Branch: None User: zzzeek Date: 2015-07-29 21:40:47+00:00 Summary: - Fixed support for cx_Oracle version 5.2, which was tripping up SQLAlchemy's version detection under Python 3 and inadvertently not using the correct unicode mode for Python 3. This would cause issues such as bound variables mis-interpreted as NULL and rows silently not being returned. fixes #3491 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/bd0f65400ed2/ Changeset: bd0f65400ed2 Branch: rel_1_0 User: zzzeek Date: 2015-07-29 21:41:18+00:00 Summary: - Fixed support for cx_Oracle version 5.2, which was tripping up SQLAlchemy's version detection under Python 3 and inadvertently not using the correct unicode mode for Python 3. This would cause issues such as bound variables mis-interpreted as NULL and rows silently not being returned. fixes #3491 (cherry picked from commit d8efa2257ec650b345ec6e840984387263a957a6) Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/fd6c64609cbf/ Changeset: fd6c64609cbf Branch: rel_0_9 User: zzzeek Date: 2015-07-29 21:41:22+00:00 Summary: - Fixed support for cx_Oracle version 5.2, which was tripping up SQLAlchemy's version detection under Python 3 and inadvertently not using the correct unicode mode for Python 3. This would cause issues such as bound variables mis-interpreted as NULL and rows silently not being returned. fixes #3491 (cherry picked from commit d8efa2257ec650b345ec6e840984387263a957a6) 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. |