-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for DDL triggers #70
Comments
This task is very complex, because rdb$types not defined this rdb$trigger_type. |
Yeah, I could't find any docs about it, maybe ask at https://groups.google.com/g/firebird-support |
Hi @arvanus you need see |
- Some fixes DB Trigger, DML Trigger and DDL Trigger mariuz#48, mariuz#70, mariuz#73 and mariuz#154 - Some fixes Package implementation mariuz#55 - Unable to change Field Datatype mariuz#165 - "Functions" and "Global Temporaries" context popup menu mariuz#162 - Index node experimental. - Initial implementation node users mariuz#149
Hi @arvanus, Is this issue still reproducible in 0.9.3.8 Snapshot version? |
It's working now |
Relates to #48
Add support for DDL triggers, example:
Get extracted as
Needs to get RDB$TRIGGERS.RDB$TRIGGER_TYPE complete documentation to fix
flamerobin/src/metadata/trigger.cpp
Line 45 in 01ff896
And:
flamerobin/src/metadata/trigger.cpp
Line 207 in 01ff896
And who knows where else 👍
The text was updated successfully, but these errors were encountered: