]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Repair incorrect issue number
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 3 Feb 2019 17:50:09 +0000 (12:50 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 3 Feb 2019 17:51:19 +0000 (12:51 -0500)
This reopens #4406 inadvertently closed and fixes #4464, already
released in 1.3.0b2.

Fixes: #4464
Change-Id: I82f3dbdff01fe24ea51a4dda0608c0a284320a57

doc/build/changelog/changelog_13.rst

index 3e454b63887aa06f4ca981e4bbd34a86c5fe5e76..143c6f65c480f0553b7900c9fab05885c06d8221 100644 (file)
 
     .. change::
        :tags: bug, orm, engine
-       :tickets: 4406
+       :tickets: 4464
 
        Added accessors for execution options to Core and ORM, via
        :meth:`.Query.get_execution_options`,