From: Mike Bayer Date: Wed, 21 Feb 2007 21:35:51 +0000 (+0000) Subject: formatting fix X-Git-Tag: rel_0_3_5~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d45eb6af0dd338a9a7d7f6203a9ce9a5b37610a;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git formatting fix --- diff --git a/CHANGES b/CHANGES index e7b2fb964e..b2bec558cb 100644 --- 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]