Files
sqlalchemy/test/sql
Mike Bayer 7842678484 Column._copy() duplicates "user defined" nullable state exactly
To accommodate how mapped_column() works, after many
attempts to get this working it became clear that _copy()
should just transfer "nullable" state exactly as it was,
including the state where .nullable was set but user_defined_nullable
remains at not user set.

additionally, added a similar step to _merge() that was needed
to preserve the nullability behavior when Identity is present.

server / client default objects are not copied within column._copy()
and this should be fixed.

Fixes: #8410
Change-Id: Ib09df52b71f3e58e67e9f19b893d40a6cc4eec5c
2022-08-21 11:58:20 -04:00
..
2022-04-04 09:26:43 -04:00
2021-11-24 22:51:27 -05:00
2022-06-04 12:16:27 +02:00
2022-05-22 19:24:18 +00:00
2022-06-04 12:16:27 +02:00
2022-04-27 14:46:36 -04:00
2021-11-24 22:51:27 -05:00
2022-04-04 09:26:43 -04:00