From 479903bebfbccbed50d126b2c03c8dffa982b6ac Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 13 Mar 2006 02:04:13 +0000 Subject: [PATCH] caveat --- CHANGES | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.47.2