-
Notifications
You must be signed in to change notification settings - Fork 133
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: [CI 4.5.0] Time object when savin date (login, user, etc) with MySQLI driver #1086
Comments
Why? |
|
Hmmm, I didn't notice but there are many flows that the data passed to Model is not handled by The tests for #1027 passed just because CI did not use strict types. |
I have similar issues after fix from #1087. Many places where |
Upgrade to CI v4.5.1 and Shield v1.0.3. |
PHP Version
8.1
CodeIgniter4 Version
4.5.0
Shield Version
1.0.2
Which operating systems have you tested for this bug?
Linux
Which server did you use?
apache
Database
MariaDB 10.5.24
Did you customize Shield?
No
What happened?
In CI 4.5.0 it's forbidden pass an object to save value in MYSQL driver, the value must be a string, located in:
*** I think that is more easy fix in CI4 4.5.0 directly adding (string) before value.
Steps to Reproduce
Install CI 4.5.0 and login
Expected Output
Correct login
Anything else?
No response
The text was updated successfully, but these errors were encountered: