]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
doc classification changes
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 20 Oct 2022 17:39:21 +0000 (13:39 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 20 Oct 2022 17:39:21 +0000 (13:39 -0400)
Change-Id: If7e16f4c9578fec70168db701d1860bf5e4d6d42

doc/build/changelog/unreleased_20/7211.rst
doc/build/changelog/unreleased_20/8668.rst
doc/build/changelog/unreleased_20/8688.rst

index 4979e2e923adbd1cd9ae7fd5d1bbd7657a48b2fb..c06c1bec4a08d30aa3319633523a80f8497426f9 100644 (file)
@@ -1,5 +1,5 @@
 .. change::
-    :tags: schema, mssql
+    :tags: mssql, bug
     :tickets: 7211
 
     The :class:`.Sequence` construct restores itself to the DDL behavior it
index 3dab4663fdb9432cfbb7142a80ab0c734dc8ab9d..d6221ae94ba8a19eca3c55011590205be9237f24 100644 (file)
@@ -1,7 +1,9 @@
 .. change::
-    :tags: bug, orm
+    :tags: bug, orm, declarative
     :tickets: 8668
 
-    Fixed bug in new ORM typed declarative mappings where we did not include
-    the ability to use ``Optional[]`` in the type annotation for a many-to-one
-    relationship, even though this is common.
+    Fixed bug in new ORM typed declarative mappings where the ability
+    to use ``Optional[MyClass]`` or similar forms such as ``MyClass | None``
+    in the type annotation for a many-to-one relationship was not implemented,
+    leading to errors.   Documentation has also been added for this use
+    case to the relationship configuration documentation.
index 7ae4d2b0de7ad711b888085cd2c933b6710d1c3a..b6d9b1a72bc4b7dd8daffd8b7a0e1b0156f8cd2c 100644 (file)
@@ -1,5 +1,5 @@
 .. change::
-    :tags: bug, orm
+    :tags: bug, orm, declarative
     :tickets: 8688
 
     Fixed issue with new dataclass mapping feature where arguments passed to