[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: Parse for Postgresql version w/ "beta"
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2017-06-08 17:02:05
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/7bbf960a3d1f/ Changeset: 7bbf960a3d1f Branch: rel_1_1 User: zzzeek Date: 2017-06-08 17:01:29+00:00 Summary: Parse for Postgresql version w/ "beta" Continuing with the fix that correctly handles Postgresql version string "10devel" released in 1.1.8, an additional regexp bump to handle version strings of the form "10beta1". While Postgresql now offers better ways to get this information, we are sticking w/ the regexp at least through 1.1.x for the least amount of risk to compatibility w/ older or alternate Postgresql databases. Change-Id: I12ddb06465f7dcf80563c27632441ef5963f60d4 Fixes: #4005 (cherry picked from commit b6d3f60791834ead92564fc58afebc2c3eb4a2ff) 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. |