]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fix distinct_from test for Firebird et al.
authorGord Thompson <gord@gordthompson.com>
Wed, 8 Apr 2020 11:40:36 +0000 (05:40 -0600)
committerGord Thompson <gord@gordthompson.com>
Thu, 9 Apr 2020 17:16:37 +0000 (11:16 -0600)
commit10fb4d4d2f755d813993852b8cb9de3a9c0a2b3f
tree8d796cfa1dbdb547929050a17fc3ad303590903a
parentae26007d52caab1575a9aef4fecb90785f7e118d
Fix distinct_from test for Firebird et al.

Firebird (and perhaps others) allow us to CREATE TABLE inside a transaction but we can't INSERT INTO that table unless we COMMIT first.

Change-Id: Ie8127ef29f1ec91e7afb88e1429538c27a321784
lib/sqlalchemy/testing/suite/test_select.py