]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Support Postgresql development version numbers
authorSean McCully <smccully@scorpion.local.nunet.net>
Wed, 29 Mar 2017 20:14:02 +0000 (16:14 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 29 Mar 2017 20:18:48 +0000 (16:18 -0400)
commit6d13f0ace31dd5307eb2c9deb8287eaa603fd099
treea3e3b62bcdfdfef7877fa62a6dee392dafadab7b
parent9aebc08f82bf28beb0243e6dbd6013db4f37f03e
Support Postgresql development version numbers

Added support for parsing the Postgresql version string for
a development version like "PostgreSQL 10devel".  Pull request
courtesy Sean McCully.

Change-Id: I7bc18bc4d290349c23e9796367b7d694d0873096
Pull-request: https://github.com/zzzeek/sqlalchemy/pull/351
(cherry picked from commit a86764d99b3a440cdc27b437ef2de9d393ca8036)
doc/build/changelog/changelog_11.rst
lib/sqlalchemy/dialects/postgresql/base.py
test/dialect/postgresql/test_dialect.py