]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
repair / modernize binary literal round trip test
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 26 Oct 2025 13:30:54 +0000 (09:30 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 26 Oct 2025 13:43:21 +0000 (09:43 -0400)
commita5ccd8e9ef957509e3209dc45116da14b11b9604
treefbc0e484a7fea008782ea5a11af10fdf4d7c7725
parent3eb9308defc5bc124aea84fbdcb36ae590ae4364
repair / modernize binary literal round trip test

update this test to use modern literal round trip
now that execute_compiled is gone

Fixes: #12940
Change-Id: I587dc6845fa8ff078baf3f6e08e54ce6cec84630
test/sql/test_types.py