Skip to content
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

createProcedure when using yaml does not recognise procedureText but deprecated procedureBody #117

Open
ldeck opened this issue Apr 14, 2021 · 2 comments

Comments

@ldeck
Copy link
Contributor

ldeck commented Apr 14, 2021

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:

  1. Create a yaml changeset with a createProcedure block
  2. include a procedureText attribute without specifying a path
  3. perform liquibase update
  4. See error

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

@ldeck
Copy link
Contributor Author

ldeck commented Apr 23, 2021

Anyone able to comment on this pull request @nmelny ?

@nmelny
Copy link
Contributor

nmelny commented Apr 27, 2021

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants