-
Notifications
You must be signed in to change notification settings - Fork 373
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
Use lower-case object names in PDO::lastInsertId($name) #1245
Conversation
Thank you @morozov for your contribution to the issue you've reported. I'll review this and get back to you. |
@yitam I retargeted the PR. Would it make sense for you to change the default repository branch from |
Looks good, @morozov . If you like to enhance the test, add |
@morozov looks like the other existing tests don't work well with the new collation. Please feel free to revert the recent commit. I'll put this in our backlog to address later. |
Closes #1244.
There are existing functional tests that might cover this case, e.g.:
msphpsql/test/functional/pdo_sqlsrv/pdo_278_lastinsertid_seq.phpt
Lines 53 to 54 in 00de473
But the issue is only reproducible with a certain server configuration which cannot be specified at the connection level. Please let me know if you have a suggestion for a test.