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

[DAT-19146] WalMart POC :: Informix :: Test :: Determine status of Informix integration functionality #935

Merged
merged 15 commits into from
Dec 17, 2024

Conversation

Tamelianovych
Copy link
Contributor

//not expected
Change Type 'pro:addCheckConstraint' is not allowed for Informix Dynamic Server.
Change Type 'pro:createFunction' is not allowed for Informix Dynamic Server.
Change Type 'pro:createTrigger' is not allowed for Informix Dynamic Server.
//expected
Change Type 'pro:createPackage' is not allowed without a valid Liquibase Pro License.
Change Type 'pro:createPackageBody' is not allowed without a valid Liquibase Pro License.

<changeSet author="oleh" id="1">
        <addDefaultValue  tableName="posts"
                          columnName="inserted_date"
                          columnDataType="date"
                          defaultValueComputed="DATETIME YEAR TO FRACTION(5) DEFAULT CURRENT YEAR TO FRACTION(5)"/>
    </changeSet>

Does not work:
Actual:
ALTER TABLE testdb:informix.posts
MODIFY (inserted_date date DEFAULT DATETIME YEAR TO FRACTION(5) DEFAULT CURRENT YEAR TO FRACTION(5));
Expected:
ALTER TABLE testdb:informix.posts
MODIFY (inserted_date DATETIME YEAR TO FRACTION(5) DEFAULT CURRENT YEAR TO FRACTION(5));

  1. Snapshots does not output UniqueConstraint

  2. Cannot add valid procedure into test-harness framework

# Conflicts:
#	src/test/resources/docker/informix-init.sql
@rberezen
Copy link
Contributor

wow, a huge amount of work here, great job @Tamelianovych!

Copy link
Contributor

@PavloTytarchuk PavloTytarchuk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Nice job!

@Tamelianovych Tamelianovych merged commit 22375d8 into DAT-19145 Dec 17, 2024
39 of 45 checks passed
@Tamelianovych Tamelianovych deleted the DAT-19146 branch December 17, 2024 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants