[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: Parse for Postgresql version w/ "beta"
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2017-06-08 17:01:43
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/b6d3f6079183/ Changeset: b6d3f6079183 Branch: master User: zzzeek Date: 2017-06-07 16:30:22+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 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. |