-
-
Notifications
You must be signed in to change notification settings - Fork 437
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
Add quotes to numeric incrementIds - The Sequel #388
Add quotes to numeric incrementIds - The Sequel #388
Conversation
@colinmollenhour Hi, sorry for getting back so late on this one. I've reverted the original code and only added the single line as per your request. It does make more sense to do it that way considering possible future patches. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good, whoever will merge it, please squash (as there are 7 commits here)
…e::isOrderIncrementIdUsed() Cast increment ids to string to ensure use of index.
…e::isOrderIncrementIdUsed() Cast increment ids to string to ensure use of index.
…e::isOrderIncrementIdUsed() Cast increment ids to string to ensure use of index.
…e::isOrderIncrementIdUsed() Cast increment ids to string to ensure use of index.
…e::isOrderIncrementIdUsed() Cast increment ids to string to ensure use of index.
…e::isOrderIncrementIdUsed() Cast increment ids to string to ensure use of index.
…e::isOrderIncrementIdUsed() Cast increment ids to string to ensure use of index.
…e::isOrderIncrementIdUsed() Cast increment ids to string to ensure use of index.
…e::isOrderIncrementIdUsed() Cast increment ids to string to ensure use of index.
…e::isOrderIncrementIdUsed() Cast increment ids to string to ensure use of index.
Here's the second location where queries were built without quotes around increment_id if it was numeric.