]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
0.9 changelog
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 22 Jun 2013 15:40:49 +0000 (11:40 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 22 Jun 2013 15:40:49 +0000 (11:40 -0400)
doc/build/changelog/changelog_09.rst

index 9f559db32576dbf07b4065bbf4d0c850d3483fc5..c4b1a58b35ec7e2a05cd729f4043be0bf166a9c5 100644 (file)
@@ -6,6 +6,14 @@
 .. changelog::
     :version: 0.9.0
 
+    .. change::
+        :tags: feature, postgresql
+
+        Support for Postgresql 9.2 range types has been added.
+        Currently, no type translation is provided, so works
+        directly with strings or psycopg2 2.5 range extension types
+        at the moment.  Patch courtesy Chris Withers.
+
     .. change::
         :tags: bug, examples