-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem patching simple tables #15
Comments
paulfitz
added a commit
to paulfitz/daff
that referenced
this issue
Mar 3, 2015
This problem was reported in paulfitz/daff-php#15 It showed up in PHP first because a sorting operation had a non-deterministic component and behaved differently in PHP to other languages. This commit also nails down that operation.
Thanks for reporting this @gonzaloserrano. Replicated and working on a fix. |
Should be fixed in 1.2.5, please reopen if not. |
The test i did now works file, will report if i find any further problems. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I have the following code: https://gist.github.com/gonzaloserrano/07948738bd3abc91545b
I'm trying to patch this table:
into this one:
And i have errors similar to:
If you remove ANY column from the tables except the 5th (which is the one which has the change) it works flawlessly, but like its found in the gist it gives those errors.
I'm using last master version which has the 1.2.4 commit message on it.
Thanks!
The text was updated successfully, but these errors were encountered: