mirror of
https://github.com/DBDiff/DBDiff.git
synced 2026-04-25 05:15:49 +03:00
[GH-ISSUE #64] Set diff to be case insensitive #40
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/DBDiff#40
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@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.