db-mysql
db-mysql copied to clipboard
Possible Bug value typecast in ColumnSchema for JSON DB data type
PHP Warning — Yiisoft\ErrorHandler\Exception\ErrorException Array to string conversion
i think this occurs when phpTypecast call more than one time.
- 1st call: Convert string (direct value from DB) to array
- 2nd call: Convert array to array
| Q | A |
|---|---|
| Is bugfix? | ✔️ |
| New feature? | ❌ |
| Breaks BC? | ❌ |
| Fixed issues |
PR Summary
- Function phpTypecast() Updated The function now handles JSON columns more efficiently by converting them to arrays when necessary, enhancing data handling.
Need a unit test, i could add it.
Thks.
Done by https://github.com/yiisoft/db/pull/752