-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Support for (PDO->prepare())->execute() #603
Comments
no error (but table tasks_invalid does not exist):
Query error: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'tasks.tasks_invalid' doesn't exist (42S02).
|
Another example: no error (but table task_invalid does not exist):
Query error: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'tasks.task_invalid' doesn't exist (42S02).
|
thanks for the report. please try enabling can you reproduce the error in a small repository? |
gives:
|
here is the repository and the pipeline: |
Closing due to inactivity of project maintainer. |
Currently I'm not getting any errors/hints for (PDO->prepare())->execute().
It would be nice to have support for (PDO->prepare())->execute().
e.g.
configuration used:
Version tested: 0.2.72
Thanks!
The text was updated successfully, but these errors were encountered: