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

LogicException asking properties of a procedure #207

Closed mirmalag closed 3 years ago

mirmalag commented 3 years ago

I'm working on a FB 2.1 database. I do right-click, Properties. An error dialog pops up: Unhandled Error in FlameRobin IBPP::LogincException Context: Row::IsNull Message: Variable index out of range

Re-doing the same operation a fatal error occurs.

It happens with any database I can try on. All of them are ODS 11.1 (Firebird 2.1) and gfix doesn't reveal problems on any.

Mirco

arvanus commented 3 years ago

Occurs the same to me with Fb1.5 database

mirmalag commented 3 years ago

More on the matter: the same exception is raised when the code completion searches for a procedure. It happens even with a barely minimal database like this. test_case_tabpriv.zip I guess some code doesn't play well with old ODSes.

Mirco

arvanus commented 3 years ago

Please, update https://github.com/mariuz/flamerobin/releases/tag/0.9.3.9 and try again

mirmalag commented 3 years ago

It works perfectly now. Thank you.

Mirco