Changeset 19488 for trunk/DataCheck/Sourcefile.sh
- Timestamp:
- 04/04/19 18:12:53 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/Sourcefile.sh
r19209 r19488 254 254 # add table 255 255 query=$query" "$maintable"Status" 256 # add special join 256 # add special joins 257 257 query=$query" "`getfromsetup $maintable "SpecialJoin"` 258 if [ "$1" = "set" ] 259 then 260 query=$query" "`getfromsetup $maintable "SpecialJoinSet"` 261 fi 258 262 # add join for step unless step is the same as maintable 259 263 if ! [ "$step" = "$maintable" ] … … 275 279 if [ "$1" = "set" ] 276 280 then 277 query=$query" "`getfromsetup $otherstep "SpecialJoin 2"`281 query=$query" "`getfromsetup $otherstep "SpecialJoinSet2"` 278 282 query=$query" LEFT JOIN "$otherstep"Status USING("`getfromsetup $otherstep "Primaries"`") " 279 283 fi
Note:
See TracChangeset
for help on using the changeset viewer.