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

Prevent creation of dynamic properties in PgSQL #4

Merged

Conversation

ajgarlag
Copy link

@ajgarlag ajgarlag commented Apr 3, 2024

The usage of the library with PostgreSQL and PHP 8.2 shows the following deprecation message:

Deprecated: Creation of dynamic property PHPUnit\DbUnit\Database\Metadata\PgSQL::$columns is deprecated in /home/user/project/vendor/kornrunner/dbunit/src/Database/Metadata/PgSQL.php on line 112
Deprecated: Creation of dynamic property PHPUnit\DbUnit\Database\Metadata\PgSQL::$keys is deprecated in /home/user/project/vendor/kornrunner/dbunit/src/Database/Metadata/PgSQL.php on line 113

@kornrunner kornrunner merged commit 3c578bd into kornrunner:master Apr 3, 2024
@ajgarlag ajgarlag deleted the fix-pgsql-dynamic-properties branch April 3, 2024 12:25
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 this pull request may close these issues.

2 participants