in sybase view X is listed as using view X
Brought to you by:
jparrai
unlike Oracle, when the system tables are queried to get the view text in sybase (and sql server?) the statement will include the 'create view as' part of the ddl. So when the uses node looks for objects in the create view text it'll find its own name.
I'll attach a patch once I've had a chance to test my fix
patch to ProcedureGroupNode and ViewGroupNode to handle lower case names
Logged In: YES
user_id=2049134
Originator: YES
File Added: uses.patch