From 413a87093ccc85a3c8cfc18acc03707631474920 Mon Sep 17 00:00:00 2001 From: Federico Caselli Date: Fri, 24 Oct 2025 23:54:48 +0200 Subject: [PATCH] postfix of I5f0fe800e31aac052926cebe9206763eef9a804c Change-Id: Ic007a5bd842207a2c5a56374953e48c6acc7b254 --- test/sql/test_types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/sql/test_types.py b/test/sql/test_types.py index 4d73eb9931..899d2227c1 100644 --- a/test/sql/test_types.py +++ b/test/sql/test_types.py @@ -3115,7 +3115,7 @@ class BinaryTest(fixtures.TablesTest, AssertsExecutionResults): compiled = select(cast(literal(util.b("foo")), LargeBinary)).compile( dialect=testing.db.dialect, compile_kwargs={"literal_binds": True} ) - result = connection.execute(compiled.statement) + result = connection.exec_driver_sql(compiled.string) eq_(result.scalar(), util.b("foo")) def test_bind_processor_no_dbapi(self): -- 2.47.3