Search found 1 match

by Zavior
Thu Aug 26, 2010 4:28 pm
Forum: Support (DiffMerge)
Topic: Ignore Case
Replies: 4
Views: 13002

Ignore Case

Is there an option to ignore case when running DiffMerge? I'm trying to compare SQL statements and I'm getting a bunch of false positives because of case.

Ex. These are the same query but DiffMerge shows a difference because of case.

Code: Select all

SELECT *
FROM table

Code: Select all

select *
from table