[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-05-16 17:12:18
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/9611ba3a9d7c/ Changeset: 9611ba3a9d7c Branch: None User: jayvdb Date: 2016-05-16 14:15:19+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 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/88cd6e4706cc/ Changeset: 88cd6e4706cc Branch: master User: zzzeek Date: 2016-05-16 17:11:54+00:00 Summary: Merge "Fix TypeError during cx_Oracle connection" 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. |