You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Sybase IQ database.
in Properties file:
driver: com.sybase.jdbc4.jdbc.SybDriver
url: jdbc:sybase.Tds:{host:port}/{dbname}
defaultSchemaName: asany
Liquibase CLI Version: 4.5.0
While executing liquibase command, I am able to establish connection with Database. I can see this message:
[liquibae.database] Connection has been created
WARNING [liquibae.database] Unknown database: SQP IQ
After few messages I get this error:
SEVERE [liquibase.integration] SQL Anywhere Error -131: Syntax error near 'BOOLEAN' on line 1 [FailedSQL: (102) CREATE TABLE asany.DATABASECHANGELOGLOCK (ID INT NOT NULL, LOCKED BOOLEAN NOT NULL, LOCKGRANTED datetime, LOCKEDBY VARCHAR(255), CONSTRAINT PK_DATABASECHANGELOGLOCK PRIMARY KEY (ID))]
I am using Sybase IQ database.
in Properties file:
driver: com.sybase.jdbc4.jdbc.SybDriver
url: jdbc:sybase.Tds:{host:port}/{dbname}
defaultSchemaName: asany
Liquibase CLI Version: 4.5.0
While executing liquibase command, I am able to establish connection with Database. I can see this message:
[liquibae.database] Connection has been created
WARNING [liquibae.database] Unknown database: SQP IQ
After few messages I get this error:
SEVERE [liquibase.integration] SQL Anywhere Error -131: Syntax error near 'BOOLEAN' on line 1 [FailedSQL: (102) CREATE TABLE asany.DATABASECHANGELOGLOCK (ID INT NOT NULL, LOCKED BOOLEAN NOT NULL, LOCKGRANTED datetime, LOCKEDBY VARCHAR(255), CONSTRAINT PK_DATABASECHANGELOGLOCK PRIMARY KEY (ID))]
┆Issue is synchronized with this Jira Bug by Unito
The text was updated successfully, but these errors were encountered: