A new topic, 'Integration LiquiBase in a working project', has been made on a 
board you are watching.

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

The text of the topic is shown below:

Hi,
since I liked the project I want to try to integrate it in our projects, yet 
there are some problems:
1. We have a large set of sql scripts, written for mysql, which we need to 
somehow convert them in the xml format. Is there such a tool?
2. Since we have a few instances, where there are already installed to the 
latest state. Is there a way for liquibase to identify that they were not 
installed by using the tool, but manually?
Or is it better to just create two sets of change-logs (in 2 different xml), 
for example : preLiquiBase.xml/postLiquiBase.xml...
3. When having a few liquibase-xml-changesets, is it possible to make liquibase 
execute the scripts ordered by their id?
The reason for that is, that we have an internal convention to always name the 
sqlscripts with the date in YYMMDD-Format + _<<description>>. So we get: 
100608_someupdate. So if we have in 2 changesets the updates with ids:
* set1: 100607_somesql and 100609_someothersql
* set2: 100608_sql and 100610_sqlsql
ideally they should get executed in the following order: 100607, 100608, 100609 
and 100610.


ps: I am currently looking at 
http://liquibase.jira.com/source/browse/~raw,r=1461/CORE/trunk/liquibase-core-jvm/src/main/java/liquibase/integration/spring/SpringLiquibase.java
 but if someone has an implementation, I would preffer it then to reinvent the 
wheel.

Cheers,
Orlin

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.
------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Liquibase-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/liquibase-user

Reply via email to