-
Notifications
You must be signed in to change notification settings - Fork 18
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
Adding Verification Levels to Test Support Matrix #470
Conversation
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog | ||
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-latest.xsd"> | ||
|
||
<!-- Liquibase doesn't support 'dataType' attribute for mariadb, so it is removed comparing to basic changeLog--> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need to change mariadb
to edb
if datatype
isn't present for edb
as well
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog | ||
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-latest.xsd"> | ||
|
||
<!-- Liquibase doesn't support 'dataType' attribute for mariadb, so it is removed comparing to basic changeLog--> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change mariadb to cockroachdb if dataType
attribute isn't present for cockroachdb as well
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog | ||
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-latest.xsd"> | ||
|
||
<!-- Liquibase doesn't support 'dataType' attribute for mariadb, so it is removed comparing to basic changeLog--> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need to change mariadb
to cockroachdb
if datatype
isn't present for cockroachdb
as well
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog | ||
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-latest.xsd"> | ||
|
||
<!-- Liquibase doesn't support 'dataType' attribute for mariadb, so it is removed comparing to basic changeLog--> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need to change mariadb
to edb
if datatype
isn't present for edb
as well
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog | ||
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-latest.xsd"> | ||
|
||
<!-- Liquibase doesn't support 'dataType' attribute for mariadb, so it is removed comparing to basic changeLog--> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here need to change mariadb
to h2
if datatype
isn't supported for h2
as well
...sources/liquibase/harness/generateChangelog/expectedChangeLog/cockroachdb/createFunction.sql
Show resolved
Hide resolved
@@ -0,0 +1,3 @@ | |||
INVALID TEST | |||
|
|||
--Indexes are treated as unique constraints during generateChangelog command for Firebird |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is it expected behavior for liquibase?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
left couple of comments that need to be addressed
Creating initial proposal