-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[BUG]: Inaccuracy in AbstractPdo:lastInsertId()
method signature
#15659
Labels
5.0
The issues we want to solve in the 5.0 release
bug
A bug report
enhancement
Enhancement to the framework
Comments
Jeckerson
added
enhancement
Enhancement to the framework
bug
A bug report
5.0
The issues we want to solve in the 5.0 release
labels
Sep 11, 2021
Jeckerson
added a commit
that referenced
this issue
Sep 11, 2021
Jeckerson
added a commit
that referenced
this issue
Sep 11, 2021
…InsertId()` to be identical as `Pdo:lastInsertId()`
5 tasks
Jeckerson
added a commit
that referenced
this issue
Sep 11, 2021
Jeckerson
added a commit
that referenced
this issue
Sep 11, 2021
#15659 - Adjust db adapter interface
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
5.0
The issues we want to solve in the 5.0 release
bug
A bug report
enhancement
Enhancement to the framework
Describe the bug
Method
lastInsertId()
has different signature with original one fromPdo:lastInsertId()
.To Reproduce
cphalcon/phalcon/Db/Adapter/Pdo/AbstractPdo.zep
Line 661 in 74298eb
Reference:
https://www.php.net/manual/ru/pdo.lastinsertid.php
Expected behavior
Be identical with original.
The text was updated successfully, but these errors were encountered: