From: Ants Aasma Date: Mon, 17 Sep 2007 15:46:42 +0000 (+0000) Subject: oops, forgot to commit CHANGES X-Git-Tag: rel_0_4beta6~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68ce4b163675b7e23e6b6735f0a01fb5e8868951;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git oops, forgot to commit CHANGES --- diff --git a/CHANGES b/CHANGES index 299160deb1..00b01f4a36 100644 --- 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