Hi all.
Liquibase (3.6.3) newbie with Informix (12.10.FC9DE on a Mac) here.
Liquibase seems to connect fine but only generates the XML “header” part of the change log:
mac02822:lb-trial wwheeler$ liquibase --url=“jdbc:informix-sqli:INFORMIXSERVER=informix01_tcp;SQLH_TYPE=FILE;SQLH_FILE=/opt/informix/informix/etc/sqlhosts;DATABASE=test1” --logLevel=debug --classpath=/opt/informix/informix/jdbc/lib/ifxjdbc.jar --changeLogFile ./test1ChangeLog.xml generateChangeLog
Starting Liquibase at Thu, 07 Mar 2019 09:10:57 GMT (version 3.6.3 built at 2019-01-29 11:34:48)
Liquibase command ‘generateChangeLog’ was executed successfully.
mac02822:lb-trial wwheeler$ cat test1ChangeLog.xml
<?xml version="1.1" encoding="UTF-8" standalone="no"?>http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.6.xsd"/>
Also, I tried to use diffChangeLog against an empty database and got the same result. Any ideas?