mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-25 01:52:03 -04:00
Merge "Fix distinct_from test for Firebird et al." into rel_1_3
This commit is contained in:
@@ -729,7 +729,7 @@ class IsOrIsNotDistinctFromTest(fixtures.TablesTest):
|
||||
Column("col_a", Integer, nullable=True),
|
||||
Column("col_b", Integer, nullable=True),
|
||||
)
|
||||
tbl.create(connection)
|
||||
meta.create_all()
|
||||
connection.execute(
|
||||
tbl.insert(),
|
||||
[{"id": 1, "col_a": col_a_value, "col_b": col_b_value}],
|
||||
|
||||
Reference in New Issue
Block a user