]> 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:32 +0000 (15:19 -0400)
commite77b78eb55614b231602e38b0f17f7c06adc3299
treeca93340fd039ff54a2d484ab616b00a907da1dbc
parent3a5f4a59495e60d7f979b80c7b33a06ad3de358f
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
(cherry picked from commit 239f629b9a94b315c289930cadca4a49f2f70565)
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