Discussion:
[Liquibase-user] New Topic: <insert> tag do nothing with mysql 5.0.51 in Ubuntu Linux 8.04.3
Liquibase Community Forum
2011-02-01 08:15:09 UTC
Permalink
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.

Loading...