#!/usr/bin/perl while(<>) { s/^rem/-- /; # replace "customer" with customer s/"(\w+)"/$1/g; # replace to_date('1991-9-10','YYYY-MM-DD') with '1992-9-10' s/to_date.('\d+-\d+-\d+'),'YYYY-MM-DD'./$1/g; print; }
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 1820 | Paul Robert Dymecki | mondrian: Integrate latest from //guest/julian_hyde | ||
//guest/julian_hyde/mondrian/demo/mysql/FixFoodMartData.pl | |||||
#1 | 1583 | Julian Hyde |
mondrian: add transformer scripts for postgres, hsql; fix bugs in SqlQuery; add roadmap. |