]> git.ipfire.org Git - thirdparty/psycopg.git/commit
test: fix version check using proper PostgreSQL version schema
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 16 Jun 2022 23:42:05 +0000 (01:42 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 12 Jul 2022 11:58:34 +0000 (12:58 +0100)
commit1674aa453b824adf375e1b41ad945ca3acfbf13b
tree4368bec15cbafefa68b207d2afe90cb99b5c4c79
parentb669359837304a7183e62016546ea710d2210e22
test: fix version check using proper PostgreSQL version schema

Previously to specify "libpq 14.2" it was needed to use 14.0.2.
tests/utils.py