CruiseControl + SQLDataCompare + NAnt + Regular Expressions
Msuite
Posts: 3
Hello,
I'm trying to use the following regular expession to include multiple tables. I have cruise control passing in the following regular expression to NAnt which in turn runs sqldatacompare with the /include switch and the same regular expression.
[From the cruisecontrol config]
-D:inObjectsToCompare=\bTable1\b^|\bTable2\b^|\bTablen\b
The problem is that sqldatacompare is only matching the last table in our regular expression.
Any suggestions would be appreciated, thanks.
I'm trying to use the following regular expession to include multiple tables. I have cruise control passing in the following regular expression to NAnt which in turn runs sqldatacompare with the /include switch and the same regular expression.
[From the cruisecontrol config]
-D:inObjectsToCompare=\bTable1\b^|\bTable2\b^|\bTablen\b
The problem is that sqldatacompare is only matching the last table in our regular expression.
Any suggestions would be appreciated, thanks.
This discussion has been closed.
Comments
Hope this helps someone.