We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
xjbDB/code/src/vm.cpp
Lines 592 to 598 in 6239a5d
Lines 610 to 616 in 6239a5d
if (i != old_i) diff_num++;
comparision between i and old_i should be moved to the outside of FK check.
i
old_i
The text was updated successfully, but these errors were encountered:
diif_num
doUpdate
cause: 6239a5d
Sorry, something went wrong.
fixed: 1718dad in branch /tree/presentation-opt
rsy56640
No branches or pull requests
xjbDB/code/src/vm.cpp
Lines 592 to 598 in 6239a5d
xjbDB/code/src/vm.cpp
Lines 610 to 616 in 6239a5d
if (i != old_i) diff_num++;
comparision between
i
andold_i
should be moved to the outside of FK check.The text was updated successfully, but these errors were encountered: