From: Jason Kirtland Date: Thu, 9 Aug 2007 01:42:30 +0000 (+0000) Subject: warning: may not be true. (GIS types) X-Git-Tag: rel_0_4beta1~33 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=07b46d0b4552a8ebe0cf60e69534efbc7091e1b6;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git warning: may not be true. (GIS types) --- diff --git a/CHANGES b/CHANGES index 5a479c72a5..2b4f9d4829 100644 --- a/CHANGES +++ b/CHANGES @@ -230,8 +230,6 @@ SelectResultsExt still exist but just return a slightly modified Query object for backwards-compatibility. join_to() method from SelectResults isn't present anymore, need to use join(). -- mysql - - All MySQL column types are now supported - postgres - Added PGArray datatype for using postgres array datatypes - oracle