Fixed typed property error when using select() without a table model #12

Merged
vlw merged 1 commit from refs/pull/12/head into master 2023-10-31 15:38:34 +01:00
vlw commented 2023-10-31 15:37:27 +01:00 (Migrated from codeberg.org)

This PR fixes the following error when calling select() without first calling with() to set a table model.

Typed property libmysqldriver\MySQL::$model must not be accessed before initialization in php-libmysqldriver/src/MySQL.php:13
This PR fixes the following error when calling `select()` without first calling `with()` to set a table model. ``` Typed property libmysqldriver\MySQL::$model must not be accessed before initialization in php-libmysqldriver/src/MySQL.php:13 ```
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
vlw/php-mysql!12
No description provided.