From: Mike Bayer Date: Mon, 13 Mar 2006 02:04:13 +0000 (+0000) Subject: caveat X-Git-Tag: rel_0_1_4~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=479903bebfbccbed50d126b2c03c8dffa982b6ac;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git caveat --- diff --git a/CHANGES b/CHANGES index 95a0377bc9..b22f271a9e 100644 --- a/CHANGES +++ b/CHANGES @@ -9,7 +9,8 @@ not any tables that are inherited/are further down the inheritance chain), this can be overridden by using custom primary/secondary joins. - added onupdate parameter to Column, will exec SQL/python upon an update statement.Also adds "for_update=True" to all DefaultGenerator subclasses -- added rudimentary support for Oracle table reflection. +- added user-contributed support for Oracle table reflection; still +some bugs to work out regarding composite primary keys/dictionary selection - checked in an initial Firebird module, awaiting testing. - added sql.ClauseParameters dictionary object as the result for compiled.get_params(), does late-typeprocessing of bind parameters so