[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-05-16 17:19:05
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/735a0c04015f/ Changeset: 735a0c04015f Branch: None User: jayvdb Date: 2016-05-16 14:16:29+00:00 Summary: Fix TypeError during cx_Oracle connection cx_Oracle connection parameters user, password and dsn must be either a string or NULL. When they are passed a Python None object, "TypeError: expecting string, unicode or buffer object" is raised. Fixes: #3705 Change-Id: I8da5d8a227ca12c9bf17a6127460e413841951fb Pull-request: https://github.com/zzzeek/sqlalchemy/pull/271 (cherry picked from commit a60328473f78d68b65cc376c21aa8f50df867d26) Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/8ac8fecf3f34/ Changeset: 8ac8fecf3f34 Branch: rel_1_0 User: zzzeek Date: 2016-05-16 17:18:49+00:00 Summary: Merge "Fix TypeError during cx_Oracle connection" into rel_1_0 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. |