We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm just wondering if the following method (with respect to the containing class/file) is maybe a copy & paste mistake?
phpstan-dba/tests/default/data/typemix-pgsql.php
Line 13 in 525a9fa
At one point I thought maybe it was meant to test pg_ functions, but that driver doesn't seem to be supported at all.
pg_
I can't otherwise see any connection between postgres and mysql. 🤔
The text was updated successfully, but these errors were encountered:
you are right - it seems to be a copy paste mistake.
support for non-pdo-pgsql aka pg_* is welcome if you need it
pg_*
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I'm just wondering if the following method (with respect to the containing class/file) is maybe a copy & paste mistake?
phpstan-dba/tests/default/data/typemix-pgsql.php
Line 13 in 525a9fa
At one point I thought maybe it was meant to test
pg_
functions, but that driver doesn't seem to be supported at all.I can't otherwise see any connection between postgres and mysql. 🤔
The text was updated successfully, but these errors were encountered: