]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
oops, forgot to commit CHANGES
authorAnts Aasma <ants.aasma@gmail.com>
Mon, 17 Sep 2007 15:46:42 +0000 (15:46 +0000)
committerAnts Aasma <ants.aasma@gmail.com>
Mon, 17 Sep 2007 15:46:42 +0000 (15:46 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 299160deb1d80fb743519b8046ddd4f38a127da3..00b01f4a362585030b7dd75530c4ee4f1ccc8a1b 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,9 @@ CHANGES
 0.4.0beta6
 ----------
 
+- Added full list of SQLite reserved keywords so that they get escaped
+  properly.
+
 - Mapper compilation has been reorganized such that most compilation occurs
   upon mapper construction.  This allows us to have fewer calls to
   mapper.compile() and also to allow class-based properties to force a