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
214 stars 66 forks source link

Functions are not listed as objects that depend on it #202

Closed luronumen closed 3 years ago

luronumen commented 3 years ago

ACTUAL RESULT:

EXPECTED RESULT

STEPS TO REPRODUCE THE ISSUE

1- Create a function that depends on a table (ex: _M_PERMISSIONCODE function depends on PERMISSIONS table):

FUNCTION

2- Open the PERMISSIONS table and check the objects that depends on it: Functions are not listed as objects that depend on it

TABLE

arvanus commented 3 years ago

@Jdochoa can I publish a new snapshot with your current pull request? (I just fixed this issue too) Thanks

Jdochoa commented 3 years ago

@Jdochoa can I publish a new snapshot with your current pull request? (I just fixed this issue too) Thanks

Yes Can you check #190, before?

./jo

luronumen commented 3 years ago

Retest result on FlameRobin 0.9.3.8 Snapshot: Passed!

Thank you very much for the fix!