]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
caveat
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 13 Mar 2006 02:04:13 +0000 (02:04 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 13 Mar 2006 02:04:13 +0000 (02:04 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 95a0377bc961888f68b11b9697edd037fde067fb..b22f271a9edb73a87de359d8e68283f69f2d52f9 100644 (file)
--- 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