Can't find external file table on FlameRobin - had to go back to release 0.9.3.3 #175
Locked
FabricioAraujoRJ
started this conversation in
General
Replies: 1 comment 1 reply
-
Fixed, please wait the next snapshot. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have an external file table (used to debug stored procedures mainly)
that do not appear on treeview in all releases post 0.9.3.3 (installer flamerobin-0.9.3.43407334-setup.exe).
This table simple doesn't appear in treeview (but I can see query it in SQL). That's a bug or I'm missing some setting?
Server info:
Server Version Info
---------------------------------------------------------------------------
Server Version: WI-V2.5.9.27139 Firebird 2.5
Server Implementation: Firebird/x86-64/Windows NT
Service Version: 2
DDL below:
CREATE TABLE LOG_INFO EXTERNAL 'C:\ExampleDb\SomeFile.TXT'
(
DHR timestamp DEFAULT current_timestamp,
Log_Entry char(300) COLLATE UNICODE_CI
);
GRANT INSERT ON LOG_INFO TO PROCEDURE INSERT_LOG;
GRANT DELETE, INSERT, REFERENCES, SELECT, UPDATE
ON LOG_INFO TO SYSDBA WITH GRANT OPTION;
Beta Was this translation helpful? Give feedback.
All reactions