]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- put exact version string in the test
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 29 Sep 2013 21:24:29 +0000 (17:24 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 29 Sep 2013 21:24:29 +0000 (17:24 -0400)
commit94d421ca2f2d9f45b5feb4419a34b97a50b8d90b
tree853aca05d03f3fe013207f0444271dc6944f6340
parentfc8c40e8c58764f46aa794986c269789eb2b72b1
- put exact version string in the test
- use match with a .* preceding instead of search
lib/sqlalchemy/dialects/postgresql/base.py
test/dialect/postgresql/test_dialect.py