]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Support pg10
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 2 Oct 2017 15:50:05 +0000 (11:50 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 3 Oct 2017 17:01:58 +0000 (13:01 -0400)
commit2a8167f24159644d6a1b0d9efbf60c7b4ff93192
tree5cf253e535d843b35ba8346ae23f62a57e0dc6cf
parent8948d961b2f32c1a70cd4d2aeea0573833a83839
Support pg10

One test appears to use some awkward calling style
with the current_date function that isn't working in pg10
anymore, this looks like an extremely
old test that can be removed

Also cherry-picks f846a789b78f977b4d7e8e16b412b07e77f2ab13 from master
to repair 'postgres'-deprecation warning test for multiple
calls within a single process

Change-Id: I5f8aee0f5ed423461be5a9060c812eb0acdc7df5
(cherry picked from commit 67ee56be69687a828d3998b2f6e2caccb3fe9072)
lib/sqlalchemy/util/langhelpers.py
test/dialect/postgresql/test_dialect.py
test/sql/test_functions.py