summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2015-11-14 12:36:09 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2015-11-14 12:38:45 -0500
commit0847097c29ab48a5f111518e2c6ee324d5242057 (patch)
tree35e830b3c8aa965d78bd8638335f7b8d3f90a3bc /doc
parentac9ded338fa85054f4277f0f92d7416ef26c53ed (diff)
downloadsqlalchemy-0847097c29ab48a5f111518e2c6ee324d5242057.tar.gz
- extend pullreq github:213 to also include DATETIMEOFFSET and TIME,
which also accept zero precision - extend test case here to include a backend-agnostic suite - changelog for MSSQL date fix
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/changelog_10.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst
index 2442ac79a..7dadc445f 100644
--- a/doc/build/changelog/changelog_10.rst
+++ b/doc/build/changelog/changelog_10.rst
@@ -16,6 +16,19 @@
:start-line: 5
.. changelog::
+ :version: 1.0.10
+
+ .. change::
+ :tags: bug, mssql
+ :pullreq: github:213
+ :versions: 1.1.0b1
+
+ Fixed issue where DDL generated for the MSSQL types DATETIME2,
+ TIME and DATETIMEOFFSET with a precision of "zero" would not generate
+ the precision field. Pull request courtesy Jacobo de Vera.
+
+
+.. changelog::
:version: 1.0.9
:released: October 20, 2015