diff options
| author | mike bayer <mike_mp@zzzcomputing.com> | 2023-03-27 23:34:46 +0000 |
|---|---|---|
| committer | Gerrit Code Review <gerrit@bbpush.zzzcomputing.com> | 2023-03-27 23:34:46 +0000 |
| commit | 50d17f80503176430cd7927a8d27aadc85a6377a (patch) | |
| tree | 79f11e1f22b30a1a0d99c71e856659b80aa6f69c /doc | |
| parent | e3a225aedbbb058122ecca466935b87405cf0132 (diff) | |
| parent | 2cec50201b8a2ddc0f678be7413ec532616c5c90 (diff) | |
| download | sqlalchemy-50d17f80503176430cd7927a8d27aadc85a6377a.tar.gz | |
Merge "check for recursion with container types" into main
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/changelog/unreleased_20/9553.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/build/changelog/unreleased_20/9553.rst b/doc/build/changelog/unreleased_20/9553.rst new file mode 100644 index 000000000..bdbcfc21b --- /dev/null +++ b/doc/build/changelog/unreleased_20/9553.rst @@ -0,0 +1,8 @@ +.. change:: + :tags: bug, orm + :tickets: 9553 + + Fixed issue in ORM Annotated Declarative where using a recursive type (e.g. + using a nested Dict type) would result in a recursion overflow in the ORM's + annotation resolution logic, even if this datatype were not necessary to + map the column. |
