]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
formatting fix
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 21 Feb 2007 21:35:51 +0000 (21:35 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 21 Feb 2007 21:35:51 +0000 (21:35 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index e7b2fb964eea73445c02fe5124ecbcaaa6c2f515..b2bec558cb52ee592f18bca2add3df78908b2ce0 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -35,7 +35,7 @@
 - mysql:
     - fix to reflection on older DB's that might return array() type for 
     "show variables like" statements
-    - postgres:
+- postgres:
     - better reflection of sequences for alternate-schema Tables [ticket:442]
     - sequences on a non-pk column will properly fire off on INSERT
     - added PGInterval type [ticket:460], PGInet type [ticket:444]