liquibase / liquibase-docs

7 stars 16 forks source link

Make FormattedSqlChangeLogParser reusable #136

Closed sync-by-unito[bot] closed 2 years ago

sync-by-unito[bot] commented 2 years ago

https://github.com/liquibase/liquibase/pull/2569

For next Liquibase Release

┆Issue is synchronized with this Jira Story by Unito

sync-by-unito[bot] commented 2 years ago

➤ karen.a.taggart commented:

Nathan Voxland Erzsebet Carmean could one of you help answer Nataliya Melnyk question: My understanding of it is that we've updated Java class - FormattedSqlChangeLogParser. How can we describe it in docs? I mean what exactly does it affect?

Feel free to just submit a PR with draft language if that is easier. Or if you think this doesn’t really need to be updated anywhere, we can close the issue. Please just let me know

sync-by-unito[bot] commented 2 years ago

➤ Erzsebet Carmean commented:

karen.a.taggart and Nataliya Melnyk, I do not think this needs additional documentation aside from being included in the release notes.

PR #2569 provides formatted-sql-like functionality for operating on changelogs created for database platforms that don’t support SQL. The Liquibase Neo4j extension uses the work done in this PR to deploy native-Neo4j cypher changelogs. Please refer to the Liquibase JavaDocs ( https://liquibase.org/javadoc/ )for more information on the FormattedSqlChangeLogParser class.

CC Nathan Voxland

sync-by-unito[bot] commented 2 years ago

➤ karen.a.taggart commented:

Great thanks! I am closing this one. Appreciate the insight Erzsebet Carmean

sync-by-unito[bot] commented 2 years ago

➤ Nataliya Melnyk commented:

Thank you Erzsebet Carmean and karen.a.taggart