missing foreign key/primary key contraints
Brought to you by:
jparrai
it looks like the foreign and primary key constraints don't display if the table names that they are on are lowercase.
n.b. It appears that the getTables() hash has forced uppercase keys whereas the getForeignKeys/PrimaryKeys check that hash with the table name found from the ddl. I'll post the patch to fix it once I've tested it.
Logged In: YES
user_id=2049134
Originator: YES
File Added: keys.patch
patch to ForeignKeyNode and PrimaryKeyNode to handle lowercase tablenames
Logged In: YES
user_id=180901
Originator: NO
Applied this patch to CVS too.