I am working on a project using liquibase to deploy teradata changes.
We plan to perform some validations on the code of stored procedures.
We plan to modify the current liquibase teradata extension.
For instance we would like to prevent users from creating cursors in the stored procedure, or to use transactions inside the stored procedure.
Do some liquibase users perform validations on the contents of SQL objects driven by liquibase extensions ?
Are there some patterns which could be transposed for the particular use case I am dealing with ?