]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Add a version test for EnterpriseDB
authorHong Minhee <minhee@dahlia.kr>
Thu, 30 Aug 2012 22:49:01 +0000 (07:49 +0900)
committerHong Minhee <minhee@dahlia.kr>
Thu, 30 Aug 2012 22:49:01 +0000 (07:49 +0900)
test/dialect/test_postgresql.py

index fda4002efa915ff114a27b52cb476a29756548d2..371a8c01880945167b03edabcce925ac15000bfd 100644 (file)
@@ -1751,7 +1751,10 @@ class MiscTest(fixtures.TestBase, AssertsExecutionResults, AssertsCompiledSQL):
              'GCC gcc (GCC) 4.1.2 20070925 (Red Hat 4.1.2-33)', (8, 3,
              8)),
              ('PostgreSQL 8.5devel on x86_64-unknown-linux-gnu, '
-             'compiled by GCC gcc (GCC) 4.4.2, 64-bit', (8, 5))]:
+             'compiled by GCC gcc (GCC) 4.4.2, 64-bit', (8, 5)),
+             ('EnterpriseDB 9.1.2.2 on x86_64-unknown-linux-gnu, '
+             'compiled by gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-50), '
+             '64-bit', (9, 1, 2))]:
             eq_(testing.db.dialect._get_server_version_info(MockConn(string)),
                 version)