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

BUGFIX: Replace deprecated usage of DBAL functions #25

Merged
merged 1 commit into from
Dec 29, 2024

Conversation

bwaidelich
Copy link
Member

Addresses the two deprecation warnings:

The usage of a string $tableNames in AbstractSchemaManager::tablesExist() is deprecated. Pass a one-element array instead.

QueryBuilder::execute() is deprecated, use QueryBuilder::executeQuery() for SQL queries instead.

Addresses the two deprecation warnings:

```
The usage of a string $tableNames in AbstractSchemaManager::tablesExist() is deprecated. Pass a one-element array instead.

QueryBuilder::execute() is deprecated, use QueryBuilder::executeQuery() for SQL queries instead.
```
@bwaidelich bwaidelich merged commit e156632 into main Dec 29, 2024
0 of 3 checks passed
@bwaidelich bwaidelich deleted the bugfix/dbal-deprecations branch December 29, 2024 18:55
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.

1 participant