]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
update pickle tests
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 11 Jun 2025 18:55:14 +0000 (14:55 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 11 Jun 2025 19:19:23 +0000 (15:19 -0400)
commit239f629b9a94b315c289930cadca4a49f2f70565
treeb8a62a8e49a689ec509e3856260401b79582ee64
parent44e945a6ed344f52b148ed8b1266424b52d79bff
update pickle tests

Since I want to get rid of util.portable_instancemethod, first
make sure we are testing pickle extensively including going through
all protocols for all metadata-oriented tests.

Change-Id: I0064bc16033939780e50c7a8a4ede60ef5835b38
lib/sqlalchemy/dialects/mysql/types.py
lib/sqlalchemy/sql/sqltypes.py
lib/sqlalchemy/testing/fixtures/base.py
lib/sqlalchemy/testing/util.py
test/ext/test_serializer.py
test/sql/test_metadata.py