60. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 9/15/2018 10:47:17 PM 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.

60.1 Files compared

# Location File Last Modified
1 MHV_2018.4.0.0.zip\2018.4.0.0\national portal\mhv_source\mhv_devops\src\main\mhvdbs\sql\liferay update_portal_preferences_ldap_port.sql Thu Aug 23 21:39:10 2018 UTC
2 MHV_2018.4.0.0.zip\2018.4.0.0\national portal\mhv_source\mhv_devops\src\main\mhvdbs\sql\liferay update_portal_preferences_ldap_port.sql Sat Sep 15 20:09:45 2018 UTC

60.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 2 10
Changed 1 2
Inserted 0 0
Removed 0 0

60.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

60.4 Active regular expressions

No regular expressions were active.

60.5 Comparison detail

  1   SET ESCAPE  ON
  2           up date lifer ay_ldb.por talprefere nces 
  3                     set prefer ences = re gexp_repla ce(prefere nces, ': PORT ', ': PORT ') 
  4                    wher e portalpr eferencesi d = 10261;
  5           CO MMIT;
  6   EXIT