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

Open
wants to merge 4 commits into
base: DAT-19145
Choose a base branch
from

Conversation

Tamelianovych
Copy link

//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

Copy link

Label error: This PR is being prevented from merging because you have not added one of the labels: breakingChanges, newContributors, notableChanges, sdou, skipReleaseNotes, TypeBug, TypeEnhancement, TypeTest. You'll need to add it before this PR can be merged.

@@ -368,7 +368,8 @@ services:
restart: always
privileged: true
volumes:
- "./informix-init.sql:/opt/ibm/config/informix-init.sql"
Copy link
Contributor

@rberezen rberezen Dec 11, 2024

Choose a reason for hiding this comment

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

@Tamelianovych for v14 should be - "./informix-init.sql:/opt/ibm/config/informix-init.sql"
or if "./informix-init.sql:/opt/ibm/data/sch_init_informix.custom.sql" works too then probably INIT_FILE: "informix-init.sql" is not necessary
please take a look on this

@@ -2,6 +2,13 @@ inputFormat: xml
context: testContext

databasesUnderTest:
- name: informix
Copy link
Contributor

Choose a reason for hiding this comment

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

duplicated entry, we have 14 and 12 at the end of the file

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

Successfully merging this pull request may close these issues.

2 participants