From 39fdc1e21a1e17150c569a5e4f7c9b0ff6517b36 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sun, 21 Oct 2012 17:00:36 -0400 Subject: [PATCH] changelog --- doc/build/changelog/changelog_08.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index 660154b72d..8b544f8214 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -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 -- 2.47.3