A new topic, 'ChecksumProblem with property', has been made on a board you are 
watching.

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

The text of the topic is shown below:

Hello!

I'm having a problem with some checksum stuff. I've read some solutions in the 
blog, but that doesn't work for me.
My Version is 1.9.5

I have an import-changeSet reading in an csv-file with loadData.

The file is passed as a property, and the changeset is marked as 
runAlways="true" :
Code:
<changeSet author="me" id="getCVSTestDataTABLE1" context="dev,test216" 
runAlways="true">
...
<loadData tableName="TABLE1" file="${csvMappingFilePath}">
   <column name="UUID" type="STRING" header="UUID" />
...


So, if the property ${csvMappingFilePath} changes, liquibase validation fails.
Is the file-attribute part of the MD5Checksum Generator?

thanks,

David

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.
------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
_______________________________________________
Liquibase-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/liquibase-user

Reply via email to