|
How do you retrieve triggers from a Sybase database? Currently I am attempting to do so with the following code which is an extension of the It currently works with routines and views but not with triggers. |
Answered by
sualeh
Jan 15, 2024
Replies: 1 comment
|
@JessicaF If you are doing extensive customization like this, it is a good idea to write your own SchemaCrawler database plugin instead of wrangling the API like this. You can use the (unsupported) SchemaCrawler plugin for Sybase as your starting point. In fact, I would request you to commit to that project directly, so others can benefit too. |
0 replies
Answer selected by
JessicaF
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@JessicaF If you are doing extensive customization like this, it is a good idea to write your own SchemaCrawler database plugin instead of wrangling the API like this. You can use the (unsupported) SchemaCrawler plugin for Sybase as your starting point. In fact, I would request you to commit to that project directly, so others can benefit too.