]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
mark as failing because zxjdbc relies on SELECT LAST_INSERT_ID()
authorPhilip Jenvey <pjenvey@underboss.org>
Fri, 24 Jul 2009 23:06:07 +0000 (23:06 +0000)
committerPhilip Jenvey <pjenvey@underboss.org>
Fri, 24 Jul 2009 23:06:07 +0000 (23:06 +0000)
test/sql/test_defaults.py

index 84d30bdb21978a0ef9e7ea06a5ae0c2e8907fa90..06488774a4e56533298f43815acc242aabfa1c15 100644 (file)
@@ -371,6 +371,7 @@ class PKDefaultTest(_base.TablesTest):
               Column('data', String(30)))
 
     @testing.fails_on('mssql', 'FIXME: unknown')
+    @testing.fails_on('mysql+zxjdbc', 'SELECT LAST_INSERT_ID() only returns the generated id')
     @testing.resolve_artifact_names
     def test_basic(self):
         t2.insert().execute(nextid=1)