We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug As the title says — when using createProcedure in yaml, procedureText is treated as null whereas procedureBody (undocumented) works.
To Reproduce Steps to reproduce the behavior:
Expected behavior procedureText would be recognised as currently documented.
Liquibase Version: 4.3.1
Additional context I've created a pull request to update the documentation for createProcedure to address this: See #115
The text was updated successfully, but these errors were encountered:
Anyone able to comment on this pull request @nmelny ?
Sorry, something went wrong.
@ldeck Thank you again for your pull request and your comment! We've applied the changes and updated our documentation: https://docs.liquibase.com/change-types/community/create-procedure.html. In case there are any other pages/content we can improve or fix, please let me know.
No branches or pull requests
Describe the bug
As the title says — when using createProcedure in yaml, procedureText is treated as null whereas procedureBody (undocumented) works.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
procedureText would be recognised as currently documented.
Liquibase Version:
4.3.1
Additional context
I've created a pull request to update the documentation for createProcedure to address this:
See #115
The text was updated successfully, but these errors were encountered: