A new topic, 'Empty string in INSERT tag gets (incorrectly?) turned into a NULL 
value', has been made on a board you are watching.

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

The text of the topic is shown below:

Hi there,

while dumping and importing a database using liquibase (2.0 RC5), I ran in to a 
NULL-value issue.

The following change tries to insert NULL into the USER_ID column, corrupting 
the data:

Code:
        <insert tableName="table"> 
            <column name="ID" valueNumeric="99"/> 
            <column name="USER_ID" value=""/> 
            <column name="VALUE" value="value"/> 
        </insert>


Does anyone know, how I can "fix" the XML-script to not insert NULL in this 
case?

Jens

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.
------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
Liquibase-user mailing list
Liquibase-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/liquibase-user

Reply via email to