[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2017-05-09 19:51:44
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/13c2a8a51053/ Changeset: 13c2a8a51053 Branch: None User: zzzeek Date: 2017-05-09 16:18:27+00:00 Summary: Use regexp to parse cx_oracle version string Fixed bug in cx_Oracle dialect where version string parsing would fail for cx_Oracle version 6.0b1 due to the "b" character. Version string parsing is now via a regexp rather than a simple split. Change-Id: I2af7172b0d7184e3ea3bd051e9fa8d6ca2a571cd Fixes: #3975 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/1ed19fc623f9/ Changeset: 1ed19fc623f9 Branch: master User: zzzeek Date: 2017-05-09 19:51:08+00:00 Summary: Merge "Use regexp to parse cx_oracle version string" 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. |