41. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 10/5/2017 9:14:23 AM Eastern Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

41.1 Files compared

# Location File Last Modified
1 GenISIS_Build_4.zip\Source Code\Schema STEPSforaddingusername_AWSTESTDEV.txt Tue Aug 29 18:23:18 2017 UTC
2 GenISIS_Build_4.zip\Source Code\Schema STEPSforaddingusername_AWSTESTDEV.txt Tue Oct 3 18:30:22 2017 UTC

41.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 23 328
Changed 22 44
Inserted 0 0
Removed 0 0

41.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

41.4 Active regular expressions

No regular expressions were active.

41.5 Comparison detail

  1  
  2  
  3   --FIRST AD D User_nam e column--
  4  
  5  
  6  
  7   ALTER TABL E dbo.user s
  8    
  9   ADD user_n ame varcha r(250) NUL L
  10  
  11  
  12   --NEXT ADD  THE DATA  IN THE Use r_name col umn--
  13   UPDATE USE RS
  14  
  15   SET user_n ame=' DN S      D
N S '
  16  
  17   Where user _id=1
  18  
  19  
  20  
  21  
  22   UPDATE USE RS
  23  
  24   SET user_n ame=' DN S      D NS '
  25  
  26   where user _id=2
  27  
  28  
  29  
  30   UPDATE USE RS 
  31  
  32   SET user_n ame=' DN S      D NS '
  33  
  34   where user _id=3
  35  
  36  
  37  
  38   UPDATE USE RS
  39  
  40   SET user_n ame=' DN S      D NS '
  41  
  42   where user _id=4
  43  
  44  
  45  
  46  
  47  
  48   UPDATE USE RS
  49  
  50   SET user_n ame=' DN S      D NS '
  51  
  52   where user _id=5
  53  
  54   UPDATE USE RS
  55  
  56   SET user_n ame=' DN S      DN S
'
  57  
  58   where user _id=6
  59  
  60  
  61   UPDATE USE RS
  62  
  63   SET user_n ame=' DN S      DN S
'
  64  
  65   where user _id=7
  66  
  67  
  68   UPDATE USE RS
  69  
  70   SET user_n ame=' DN S      DN S
'
  71  
  72   where user _id=8
  73  
  74  
  75   UPDATE USE RS
  76  
  77   SET user_n ame=' DN S      DN S
'
  78  
  79   where user _id=9
  80  
  81  
  82  
  83   UPDATE USE RS
  84  
  85   SET user_n ame=' D N    D NS '
  86  
  87   where user _id=10
  88  
  89  
  90  
  91   UPDATE USE RS
  92  
  93   SET user_n ame=' D N    D NS '
  94  
  95   where user _id=11
  96  
  97  
  98   UPDATE USE RS
  99  
  100   SET user_n ame=' DN S      D NS '
  101  
  102   where user _id=12
  103  
  104  
  105   UPDATE USE RS
  106  
  107   SET user_n ame=' DNS     DN S
'
  108  
  109   where user _id=13
  110  
  111  
  112   UPDATE USE RS
  113  
  114   SET user_n ame=' DNS     DN S
'
  115  
  116   where user _id=14
  117  
  118  
  119   UPDATE USE RS
  120  
  121   SET user_n ame=' DN S      DN S'
  122  
  123   where user _id=15
  124  
  125  
  126   UPDATE USE RS
  127  
  128   SET user_n ame=' DN S      DN S
'
  129  
  130   where user _id=16
  131  
  132  
  133   UPDATE USE RS
  134  
  135   SET user_n ame=' DN S      DN S
'
  136  
  137   where user _id=17
  138  
  139  
  140   UPDATE USE RS
  141  
  142   SET user_n ame=' DN S      DN S
'
  143  
  144   where user _id=18
  145  
  146  
  147   UPDATE USE RS
  148  
  149   SET user_n ame=' DN S      D N S
'
  150  
  151   where user _id=19
  152  
  153  
  154   UPDATE USE RS
  155  
  156   SET user_n ame=' DN S      D N S
'
  157  
  158   where user _id=20
  159  
  160   UPDATE USE RS
  161  
  162   SET user_n ame=' DN S      D N S
'
  163  
  164   where user _id=21
  165  
  166   UPDATE USE RS
  167  
  168   SET user_n ame=' D N    D N S '
  169  
  170   where user _id=22
  171  
  172  
  173  
  174  
  175   --NEXT MAK E IT NOT N ULL--
  176  
  177   alter tabl e dbo.user s
  178  
  179   alter colu mn user_na me varchar (250) not  null
  180  
  181   --NEXT MAK E IT UNIQU E--
  182  
  183  
  184   alter tabl e dbo.user s
  185  
  186   add constr aint uniqu e_user UNI QUE(user_n ame)