mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-08-15 14:22:36 -06:00
Report Diff db using cleanupSemantic function
This commit is contained in:
parent
7bbb99dd1f
commit
12731fbd84
1 changed files with 1 additions and 0 deletions
|
|
@ -2008,6 +2008,7 @@ std::wstring reportCompareFactory::printdiff(std::wstring str1, std::wstring str
|
|||
return L"";
|
||||
}
|
||||
diffs=dmp.diff_main(str1,str2,true);
|
||||
dmp.diff_cleanupSemantic(diffs);
|
||||
int nstart=0;
|
||||
int pos=0;
|
||||
countdiffline=0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue