]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
changelog
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 21 Oct 2012 21:00:36 +0000 (17:00 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 21 Oct 2012 21:00:36 +0000 (17:00 -0400)
doc/build/changelog/changelog_08.rst

index 660154b72de3e2f6fe4df690bcc72d9b92160cc4..8b544f8214ad379a097d4cc9b57bc1bf9268645b 100644 (file)
@@ -8,6 +8,16 @@
     :version: 0.8.0b1
     :released:
 
+    .. change::
+        :tags: sqlite
+        :pullreq: 23
+        :changeset: c3addcc9ffad
+
+      Added :class:`.types.NCHAR`, :class:`.types.NVARCHAR`
+      to the SQLite dialect's list of recognized type names
+      for reflection.   SQLite returns the name given
+      to a type as the name returned.
+
     .. change::
         :tags: examples
         :tickets: 2589