Skip to content
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

MySQL test inside PostgreSQL test class #739

Closed
uuf6429 opened this issue Jan 29, 2025 · 1 comment · Fixed by #740
Closed

MySQL test inside PostgreSQL test class #739

uuf6429 opened this issue Jan 29, 2025 · 1 comment · Fixed by #740

Comments

@uuf6429
Copy link
Contributor

uuf6429 commented Jan 29, 2025

I'm just wondering if the following method (with respect to the containing class/file) is maybe a copy & paste mistake?

public function typemixMysqli(mysqli $mysqli)

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. 🤔

@staabm
Copy link
Owner

staabm commented Jan 30, 2025

you are right - it seems to be a copy paste mistake.

support for non-pdo-pgsql aka pg_* is welcome if you need it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants