]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Add 1.3.x versions to still unreleased 1.2 backport fixes
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 15 Apr 2019 15:44:14 +0000 (11:44 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 15 Apr 2019 15:44:14 +0000 (11:44 -0400)
Change-Id: Iee2a447c032575ff845eb4ba9d01de0be98065a2

doc/build/changelog/unreleased_12/4406.rst
doc/build/changelog/unreleased_12/4506.rst
doc/build/changelog/unreleased_12/4507.rst
doc/build/changelog/unreleased_12/4528.rst

index aee7e5d6240a0858985e7c59561a8f782c5222aa..513786b91621ad14438a1a3e22074fe6c84a9c4a 100644 (file)
@@ -1,6 +1,7 @@
 .. change::
    :tags: bug, engine
    :tickets: 4406
+   :versions: 1.3.0
 
    Comparing two objects of :class:`.URL` using ``__eq__()`` did not take port
    number into consideration, two objects differing only by port number were
index 2fa987490382bd524f6ade6cfc1c1c553dcdd3ae..cf49250b1a565c199476311b57f688056e2fa44a 100644 (file)
@@ -1,6 +1,7 @@
 .. change::
    :tags: bug, oracle
    :tickets: 4506
+   :versions: 1.3.0
 
    Added support for reflection of the :class:`.NCHAR` datatype to the Oracle
    dialect, and added :class:`.NCHAR` to the list of types exported by the
index 39b37b93d4e88bc50f14ed4336d641c799fef9fb..9586c73fed1954303eabcdba2fcb802c5c3ee991 100644 (file)
@@ -1,6 +1,7 @@
 .. change::
    :tags: bug, orm
    :tickets: 4507
+   :versions: 1.3.0
 
    Fixed a regression in 1.2 due to the introduction of baked queries for
    relationship lazy loaders, where a race condition is created during the
index c117d0d5cceda89b19b729f7cd698724ec0a29f9..c28a9e3c020b8cf85c8ad35c60382d1f0aa7592d 100644 (file)
@@ -1,6 +1,7 @@
 .. change::
    :tags: bug, examples
    :tickets: 4528
+   :versions: 1.3.1
 
    Fixed bug in large_resultsets example case where a re-named "id" variable
    due to code reformatting caused the test to fail.  Pull request courtesy