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
216 stars 67 forks source link

Domain dependencies #67

Open emil-totev opened 4 years ago

emil-totev commented 4 years ago

The domain properties window should have a 'Dependencies' link like those of other objects' properties.

Jdochoa commented 4 years ago

This task is very very complex, because RDB$DEPENDENCIES and RDB$TYPES not defined it.

mariuz commented 4 years ago

It should be in the select * from rdb$dependencies where rdb$depended_on_name = 'MYDOMAIN' via https://firebirdsql.org/refdocs/langrefupd25-notes-rdbvalid_blr.html , Didn't tested it yet