Added comments
This commit is contained in:
parent
baae8c057f
commit
5bf264804c
@ -138,6 +138,10 @@ namespace DataLoader
|
|||||||
// last sibling. In data, these are represented with the SQL database field in the transitions
|
// last sibling. In data, these are represented with the SQL database field in the transitions
|
||||||
// table 'IsRange' == 2, and the toid == rangeid. In the content record, the link is
|
// table 'IsRange' == 2, and the toid == rangeid. In the content record, the link is
|
||||||
// TransitionRange:[type] [tranid] [toid] [rangeid] -> and the toid == rangeid
|
// TransitionRange:[type] [tranid] [toid] [rangeid] -> and the toid == rangeid
|
||||||
|
// The following was commented out for the Shearon Harris data migration because the
|
||||||
|
// migrated data did not match 16bit. One example can be found EOPS/ECA-0.0, step 47, RNO.
|
||||||
|
// 16bit had Steps 47b AND c; 32bit had Steps 47b, c, d, e, f AND g before this code was
|
||||||
|
// commented out (June 2013).
|
||||||
//if (itype == 2)
|
//if (itype == 2)
|
||||||
//{
|
//{
|
||||||
// if (dr["TOSEQUENCE"].ToString().Length > 3 &&
|
// if (dr["TOSEQUENCE"].ToString().Length > 3 &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user