Liquibase on Informix database using DB2 driver

I’m using the IBM Data Server Driver (jcc4) to connect to my Informix database.

This is a DB2 driver that also supports Informix.

My Liquibase configuration contains:

Can I force Liquibase to generate Informix SQL?

In debug I can see my database being an “UnsupportedDatabase” because the Product Name “IDS/UNIX64” doesn’t match with the InformixDatabase Product Name which can only be “Informix Dynamic Server”.

I guess I can solve my problem by changing this in the code.