]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
guard against schema_translate_map adding/removing None vs. caching
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 10 Jun 2025 13:21:01 +0000 (09:21 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 10 Jun 2025 13:22:23 +0000 (09:22 -0400)
commit74ef5a683fd3816d12be03e6c9919c65ab3f1173
treeb66725d2261dcd3d39d8802b334441f9aa913ced
parent6703d87c5943440380d5c1d5bfab3fccb7278095
guard against schema_translate_map adding/removing None vs. caching

Change-Id: Iad29848b5fe15e314ad791b7fc0aac58700b0c68
(cherry picked from commit 1eb28772f0e602855cea292610f08d2581905d00)
test/dialect/postgresql/test_types.py