diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-09-26 18:47:20 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-09-26 18:47:48 -0400 |
commit | dc4d1ee7bdf8f9670057e916a29f1f5252e77207 (patch) | |
tree | 560d8e83dffcbaef062fbdca510e77ad2e915c2d | |
parent | ac1c19dee7d5ac784a7c913b1555f58d9cd4ec80 (diff) | |
download | sqlalchemy-origin.tar.gz |
bump 4088 to test ticket autocloseorigin
Issue resolved in 35a1f5481a28837490037a6bd99d63590f748933
Change-Id: Ie1acae3d14467916b479192aebb5860ab31992f1
Fixes: #4088
-rw-r--r-- | doc/build/changelog/unreleased_12/4088.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/build/changelog/unreleased_12/4088.rst b/doc/build/changelog/unreleased_12/4088.rst index 4f79b61b0..6159db171 100644 --- a/doc/build/changelog/unreleased_12/4088.rst +++ b/doc/build/changelog/unreleased_12/4088.rst @@ -10,3 +10,4 @@ when used directly will now include the correct type coercion rules for SQL expressions that also take effect for :class:`.sqltypes.Interval` (such as adding a date to an interval yields a datetime). + |