problem with tagging informix database

Hi,

i am facing problem while trying to tag informix database with liquibase2RC6.
btw i am using informix version 10.

i get the error code below while trying to tag the database.

Liquibase Update Failed: Cannot call update on Statement that returns back multi
ple Sql objects
Oct 18, 2010 1:28:14 PM liquibase.logging.jvm.JavaUtilLogger info
INFO: Cannot call update on Statement that returns back multiple Sql objects
liquibase.exception.DatabaseException: liquibase.exception.DatabaseException: Ca
nnot call update on Statement that returns back multiple Sql objects
        at liquibase.database.AbstractDatabase.tag(AbstractDatabase.java:634)
        at liquibase.Liquibase.tag(Liquibase.java:510)
        at liquibase.integration.commandline.Main.doMigration(Main.java:639)
        at liquibase.integration.commandline.Main.main(Main.java:110)
Caused by: liquibase.exception.DatabaseException: Cannot call update on Statemen
t that returns back multiple Sql objects
        at liquibase.executor.jvm.JdbcExecutor$1UpdateStatementCallback.doInStat
ement(JdbcExecutor.java:211)
        at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:55)
        at liquibase.executor.jvm.JdbcExecutor.update(JdbcExecutor.java:222)
        at liquibase.executor.jvm.JdbcExecutor.update(JdbcExecutor.java:199)
        at liquibase.database.AbstractDatabase.tag(AbstractDatabase.java:626)
        … 3 more

please advise on how to solve the problem.

Thanks for the bug report.  It should be fixed in trunk for RC7

Nathan