]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
documentation updates
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 15 Mar 2021 14:15:48 +0000 (10:15 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 15 Mar 2021 15:43:25 +0000 (11:43 -0400)
Change-Id: I43d0e8de1f90abcff4b278637808d1ebc8fd6c97
(cherry picked from commit 755316e66e0543f2524aeef0f11c107f95420d8a)

doc/build/changelog/unreleased_13/5919.rst
doc/build/changelog/unreleased_13/5929.rst
doc/build/changelog/unreleased_13/5952.rst
doc/build/changelog/unreleased_13/5983.rst
doc/build/changelog/unreleased_13/5989.rst
doc/build/changelog/unreleased_13/6001.rst
doc/build/changelog/unreleased_13/6007.rst

index ddae6c2b036ecde9a006eb9f63077e7033ff893a..f56da617d242fcf3ac362c71a21bddb72eec7c9d 100644 (file)
@@ -1,6 +1,7 @@
 .. change::
     :tags: bug, schema
     :tickets: 5919
+    :versions: 1.4.0
 
     Repaired / implemented support for primary key constraint naming
     conventions that use column names/keys/etc as part of the convention. In
index 9b9b6214c42a905c75e5ddcffdacd445f954c6e9..38bca63a22a8bf5233566e42c4228df0aae83ea8 100644 (file)
@@ -1,6 +1,7 @@
 .. change::
     :tags: bug, engine
     :tickets: 5929
+    :versions: 1.4.0
 
     Fixed bug where the "schema_translate_map" feature failed to be taken into
     account for the use case of direct execution of
index 7166e92675fa5ef79be79a15d263db75765b36e9..8f70df710ad8d8e3046790bfc3afdca17c70d8bc 100644 (file)
@@ -1,11 +1,12 @@
 .. change::
     :tags: bug, orm
     :tickets: 5952
+    :versions: 1.4.0
 
     Fixed issue where the process of joining two tables could fail if one of
     the tables had an unrelated, unresolvable foreign key constraint which
     would raise :class:`_exc.NoReferenceError` within the join process, which
     nonetheless could be bypassed to allow the join to complete. The logic
-    which tested the exception for signficance within the process would make
+    which tested the exception for significance within the process would make
     assumptions about the construct which would fail.
 
index a5724ebe285fb62baaa1d3b795bc0ccda82edd4f..42b3f1adb61468d9142347830b48ac08001fd5c5 100644 (file)
@@ -1,6 +1,7 @@
 .. change::
     :tags: bug, orm
     :tickets: 5983
+    :versions: 1.4.0
 
     Removed very old warning that states that passive_deletes is not intended
     for many-to-one relationships. While it is likely that in many cases
index cccf227fcdddffef8aabccb788a354f66e6a25e5..018d56afe70609afaefdabf50a873031222dc09d 100644 (file)
@@ -1,6 +1,8 @@
 .. change::
-    :tags: bug, orm, postgresql
+    :tags: bug, postgresql
     :tickets: 5989
+    :versions: 1.4.0
 
-    Fixed issue where using :class:`_ext.aggregate_order_by` would return
-    ARRAY(NullType) under certain conditions.
+    Fixed issue where using :class:`_postgresql.aggregate_order_by` would
+    return ARRAY(NullType) under certain conditions, interfering with
+    the ability of the result object to return data correctly.
index 2b6f1bc093dfea3cfda5f46b9e7ef12595989db0..728ce20a43c38dc65040d3c2734faec609a8c660 100644 (file)
@@ -1,6 +1,7 @@
 .. change::
     :tags: bug, orm
     :tickets: 6001
+    :versions: 1.4.0
 
     Fixed issue where the :class:`_mutable.MutableComposite` construct could be
     placed into an invalid state when the parent object was already loaded, and
index 6523ba8bd0b452a9a8e7b4cb29ecbb075655d357..5b06e18b6b005a75b23dadd2057a5288be3b1aaf 100644 (file)
@@ -1,6 +1,7 @@
 .. change::
     :tags: bug, sql, sqlite
     :tickets: 6007
+    :versions: 1.4.0
 
     Fixed issue where the CHECK constraint generated by :class:`_types.Boolean`
     or :class:`_types.Enum` would fail to render the naming convention