[GH-ISSUE #64] Set diff to be case insensitive #40

Open
opened 2026-02-25 21:33:07 +03:00 by kerem · 1 comment
Owner

Originally created by @yllevy on GitHub (Nov 22, 2017).
Original GitHub issue: https://github.com/DBDiff/DBDiff/issues/64

How to set diff to be case insensitive
Using strtolower() on refrences functions valuesAreEqual did not work.

Originally created by @yllevy on GitHub (Nov 22, 2017). Original GitHub issue: https://github.com/DBDiff/DBDiff/issues/64 How to set diff to be case insensitive Using strtolower() on refrences functions valuesAreEqual did not work.
Author
Owner

@jasdeepkhalsa commented on GitHub (Nov 24, 2017):

I'd like to know a little more about your particular use case where you require case insensitivity?

Are you wanting this for the schema or the data or both?

DBDiff currently only creates an exact diff, comparing one database with another (both the schema and the data) and showing the differences - making this diff case insensitive would be extremely difficult (potentially very computational intensive) if not impossible to achieve.

<!-- gh-comment-id:346850501 --> @jasdeepkhalsa commented on GitHub (Nov 24, 2017): I'd like to know a little more about your particular use case where you require case insensitivity? Are you wanting this for the schema or the data or both? DBDiff currently only creates an exact diff, comparing one database with another (both the schema and the data) and showing the differences - making this diff case insensitive would be extremely difficult (potentially very computational intensive) if not impossible to achieve.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/DBDiff#40
No description provided.