]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
warning: may not be true. (GIS types)
authorJason Kirtland <jek@discorporate.us>
Thu, 9 Aug 2007 01:42:30 +0000 (01:42 +0000)
committerJason Kirtland <jek@discorporate.us>
Thu, 9 Aug 2007 01:42:30 +0000 (01:42 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 5a479c72a5bf53ef9bf8634f25cb654259339b62..2b4f9d482903c983ee9237a56438de03743d8eff 100644 (file)
--- a/CHANGES
+++ b/CHANGES
     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