-
Notifications
You must be signed in to change notification settings - Fork 2k
fix: [SQLSRV] _getResult() return object for preparedQuery class #6718
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
fix: [SQLSRV] _getResult() return object for preparedQuery class #6718
Conversation
paulbalandan
left a comment
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.
Thanks for the quick fix!
MGatner
left a comment
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.
The test looks good. I don't understand the underlying reason, but that's why we have the @codeigniter4/database-team 😎
|
@sclubricants Thanks for the feedback. Everything should be fixed now. |
|
Just a note... Sadly, now I see there is another problem. And it involves the I mean... I simply forgot about it. Anyway, this should be addressed and fixed in a separate PR. |
sclubricants
left a comment
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.
Might want to mention that it returns false on failure. Other than that looks good.
c92c2e7 to
7e5d98e
Compare
Description
This PR fixes the result object for
CodeIgniter\Database\SQLSRV\PreparedQuery::_getResult().Checklist: