From: Hong Minhee Date: Thu, 30 Aug 2012 22:49:01 +0000 (+0900) Subject: Add a version test for EnterpriseDB X-Git-Tag: rel_0_8_0b1~181^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4acf7df4f5dadd42abff683d665674c768fffdc3;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Add a version test for EnterpriseDB --- diff --git a/test/dialect/test_postgresql.py b/test/dialect/test_postgresql.py index fda4002efa..371a8c0188 100644 --- a/test/dialect/test_postgresql.py +++ b/test/dialect/test_postgresql.py @@ -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)