New Topic: createSequence fails validation even with preConditions

View: New views
1 Messages — Rating Filter:   Alert me  

New Topic: createSequence fails validation even with preConditions

by LiquiBase Community Forum :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

A new topic, 'createSequence fails validation even with preConditions', has been made on a board you are watching.

You can see it at
http://liquibase.org/forum/index.php?topic=205.new#new

The text of the topic is shown below:

I'm trying to have a changeset run on multiple db engines (mysql, oracle and SQL Server) and for Oracle I have a createSequence tag with a preCondition on the dbms type. But even with it it still gives me a validation error (when running on mysql).

The changeset in question is:

<changeSet id="7" author="pcleto">
      <preConditions onFail="WARN" onError="WARN">
         <dbms type="oracle"/>
      </preConditions>  
      <createSequence sequenceName="liquidbase_applicationuserSQ" startValue="1" />
</changeSet>

Even with other OnFail/onError values it still give the same validation error.

I'm running 2.0-RC2 (from the LQB-DEF-109 build).

Unsubscribe to new topics from this board by clicking here: http://liquibase.org/forum/index.php?action=notifyboard;board=1.0

Regards,
The LiquiBase Community Forum Team.
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Liquibase-user mailing list
Liquibase-user@...
https://lists.sourceforge.net/lists/listinfo/liquibase-user