diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2022-07-16 16:19:15 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2022-07-16 17:41:09 -0400 |
commit | 26c0e8e1846a4e6ac05c15a1ad188a5655b72edb (patch) | |
tree | d05ce7944e0c2107acd7457e1b086a8622e1d1cc /test/sql/test_operators.py | |
parent | 6104c163eb58e35e46b0bb6a237e824ec1ee1d15 (diff) | |
download | sqlalchemy-26c0e8e1846a4e6ac05c15a1ad188a5655b72edb.tar.gz |
implement column._merge()
this takes the user-defined args of one Column and merges
them into the not-user-defined args of another Column.
Implemented within the pep-593 column transfer operation
to begin to make this new feature more robust.
work may still be needed for constraints etc. but
in theory everything from the left side annotated column
should take effect for the right side if not otherwise
specified on the right.
Change-Id: I57eb37ed6ceb4b60979a35cfc4b63731d990911d
Diffstat (limited to 'test/sql/test_operators.py')
0 files changed, 0 insertions, 0 deletions