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

Class User.BOOLEAN does not exist #41

Open
Alenichel opened this issue Nov 22, 2021 · 0 comments
Open

Class User.BOOLEAN does not exist #41

Alenichel opened this issue Nov 22, 2021 · 0 comments

Comments

@Alenichel
Copy link

Liquibase Version: 4.3.5
Liquibase-cache Version: 4.3.5

I am trying to execute a liquibase update with a simple changeset on an empty schema on a Intersystem Cache Db, but it fails to execute the query for the creation of the DATABASECHANGELOGLOCK.

The error is the following:

<ERRORE #5373: La classe 'User.BOOLEAN', usata da '%schema_name%.DATABASECHANGELOGLOCK:property:LOCKED', non esiste>] [Failed SQL: (400) CREATE TABLE %schema_name%.DATABASECHANGELOGLOCK (ID INT NOT NULL, LOCKED BOOLEAN NOT NULL, LOCKGRANTED datetime, LOCKEDBY VARCHAR(255), CONSTRAINT PK_DATABASECHANGELOGLOCK PRIMARY KEY (ID))]

I have correctly added both the plugin war and the jdbc driver into liquibase's lib folder.

Does anybody know where this come from ?

It seems to me that something goes wrong during datatype conversion, but I was not able to find anything on the web.

Thank you in advance

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

No branches or pull requests

1 participant