Page 2 of 2

Re: Firebird procedures and triggers source code

PostPosted: Thu May 07, 2015 9:52 pm
by Serge

Re: Firebird procedures and triggers source code

PostPosted: Wed Jul 01, 2015 2:43 pm
by adamos42
3.4.2 And still not working least a generate DDL function...

Re: Firebird procedures and triggers source code

PostPosted: Thu Nov 12, 2015 9:19 am
by adamos42
It will be available in some day this feature? I'm waiting more than a year now :(

Re: Firebird procedures and triggers source code

PostPosted: Thu Nov 12, 2015 9:38 am
by Serge
Firebird doesn't support native DDL generation (or at least I don't know about such feature). So DBeaver generates generic DDL based on columns/keys/indexes information.
Procedures and views source code view was added a pretty long time ago.
Could you clarify - what exactly feature are you waiting for?

Re: Firebird procedures and triggers source code

PostPosted: Thu Nov 12, 2015 11:14 am
by adamos42
Im waiting for the generic DDL generating from collumns/keys/indexes. I already gived an example in this topic also the topic started before the source code availability (it has implemented after I mentioned the JDBC method names).
Im waiting something like in right click menu "ALTER" or "SAVE" in the source code. My version is 3.5.2 and the views, procedures, triggers source only readable, no DDL generation in right click menu. DDL only available on tables and there is working fine.

Re: Firebird procedures and triggers source code

PostPosted: Thu Nov 12, 2015 2:35 pm
by Serge
I'll add more usable procedures/views DDL in the next version.

Re: Firebird procedures and triggers source code

PostPosted: Thu Nov 12, 2015 2:47 pm
by adamos42
Thanks, by the way somehow it can be get the procedure DDL in some way in the current version?

Re: Firebird procedures and triggers source code

PostPosted: Thu Nov 12, 2015 3:10 pm
by Serge
Yes. But I'll add procedure header.
BTW, could you create the issue (or a few issues - one per feature) on GitHub (https://github.com/serge-rider/dbeaver/issues)?
It's hard to track issues using forum. Especially old issues.

Thanks

Re: Firebird procedures and triggers source code

PostPosted: Thu Nov 12, 2015 6:01 pm
by adamos42