From: Mike Bayer Date: Sun, 21 Oct 2012 21:00:36 +0000 (-0400) Subject: changelog X-Git-Tag: rel_0_8_0b1~35 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=39fdc1e21a1e17150c569a5e4f7c9b0ff6517b36;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git changelog --- 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