mariuz / flamerobin

FlameRobin is a database administration tool for Firebird RDBMS. Our goal is to build a tool that is: lightweight (small footprint, fast execution) cross-platform (Linux, Windows, Mac OS X, FreeBSD) dependent only on other Open Source software
http://flamerobin.org
MIT License
211 stars 64 forks source link

Dependencies do not show dependency on function #281

Open livius2 opened 1 year ago

livius2 commented 1 year ago

Hi

when you go to function e.g. udf and look at function dependencies you see e.g. that some procedure use it. But when you go to that procedure and you look at dependencies there are no dependency on that function.

It will be helpful, as if someone need to remove external function and replace it with built in it is much harder to do this in one pass. E.g. in procedure there are 3 used functions. And you replace only one, as you see dependency only from function side.

ron90 commented 4 months ago

FlameRobin 0.9.10

There is a same problem with stored functions also. Stored functions are not shown in the list when viewing dependencies of a table.