A new topic, '<insert> tag do nothing with mysql 5.0.51 in Ubuntu Linux 
8.04.3', has been made on a board you are watching.

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

The text of the topic is shown below:

Hi Guys,

I found a strange problem. I upgraded to 2.0.0 and tried to do a fresh 
deployment on testing server(Ubuntu Linux 8.04.3). The <insert> tag statement 
did nothing. I checked the databasechangelog table, the records looked fine - 
the changeSet including inserts was ran. So i tried to do a fresh deployment on 
my window7 machine, everything was fine. Not sure what is the problem?

sample code below
Code:
        <changeSet author="Cheng Wei" id="foodtypes_01">
                <insert tableName="food_type">
                        <column name="id" valueNumeric="1" />
                        <column name="type" value="Afghan" />
                </insert>
                <insert tableName="food_type">
                        <column name="id" valueNumeric="2" />
                        <column name="type" value="African" />
                </insert>
         ...
        </changeSet>


the env in question:
os: Ubuntu Linux 8.04.3
db: mysql 5.0.51
liquibase version: 2.0.0

Many thanks,
Cheng Wei

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.
------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Liquibase-user mailing list
Liquibase-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/liquibase-user

Reply via email to