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

Documentation on UPDATE Community ChangeType is unclear #118

Open
anno1985 opened this issue Apr 15, 2021 · 0 comments
Open

Documentation on UPDATE Community ChangeType is unclear #118

anno1985 opened this issue Apr 15, 2021 · 0 comments

Comments

@anno1985
Copy link

I want to run an UPDATE against our database using liquibase.

However, after perusing its docs for UPDATE Community Change Types at Content/change-types/community/update.html (website) I have more questions than answers; here are my observations:

  • The column's name property isn't explained (but used in examples).
  • There's no hint in the text that an element within columns should be named column. (The XML example directly nests the column element as a direct child element of update; that's not listed as an option in the table.)
  • YAML format (that's what I'd like to use) doesn't seem to differentiate between nested properties and attributes - they are on the same level - so how are they different?
  • It's unclear what nested property the nested property attributes refer to. I'm guessing they refer to column, but from that page, you could just as well try to apply them to the where property.
  • It's unclear to me why there is a where on the attributes and the nested properties level. What's meant by the "name" of the where condition string in the description for the where attribute ("The name of the 'where' condition string")?
  • The page on insert includes a link to https://docs.liquibase.com/change-types/community/add-column.html#Informa in the description cell for the columns property that might be helpful on the update page as well.
  • There's a typo in the "Uses" section: "another attributes" should probably read "other attributes".

It would be neat if the docs could be clarified. :-)

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

1 participant