I try to get Liquibase working with unsupported database Exasol and get the following error while Liquibase tries to update table DATABASECHANGELOGLOCK:
Unexpected error running Liquibase: Error executing SQL UPDATE LB_EXA.DATABASECHANGELOGLOCK SET LOCK
ED = TRUE, LOCKEDBY = ‘XXXXXX(xxx.xx.xx.x)’, LOCKGRANTED = ‘2015-08-14 11:22:00.694’ WHERE I
D = 1 AND LOCKED = FALSE: Feature not supported: Incomparable Types: DECIMAL(1,0) and BOOLEAN! (Sess
ion: 1509478963610076197)
I had to adapt create table statement to Exasol syntax before:
No problem - ask away! Nathan, Liquibase founder, is also on here and answers the tough questions. If you put the source on Github then it will be easy to work together.
thanks for the reply. I am just starting writing an Exasol database adapter but I am completly new to this topic so I have to see how far I get. Most likely I will raise a few more questions.