Deprecated wrapper- and driver-level Statement::bindParam() methods.
The following methods have been deprecated:
Doctrine\DBAL\Statement::bindParam(),
Doctrine\DBAL\Driver\Statement::bindParam().
Use the corresponding bindValue() instead.
Deprecated not passing parameter type to the driver-level Statement::bind*() methods.
Not passing $type to the driver-level Statement::bindParam() and ::bindValue() is deprecated.
Pass the type corresponding to the parameter being bound.
Deprecated passing $params to Statement::execute*() methods.
Passing $params to the driver-level Statement::execute() and the wrapper-level Statement::executeQuery()
and Statement::executeStatement() methods has been deprecated.
Bind parameters using Statement::bindParam() or Statement::bindValue() instead.
Deprecated QueryBuilder methods and constants.
The QueryBuilder::getState() method has been deprecated as the builder state is an internal concern.
Relying on the type of the query being built by using QueryBuilder::getType() has been deprecated.
If necessary, track the type of the query being built outside of the builder.
The following QueryBuilder constants related to the above methods have been deprecated:
SELECT,
DELETE,
UPDATE,
INSERT,
STATE_DIRTY,
STATE_CLEAN.
Marked Connection::ARRAY_PARAM_OFFSET as internal.
The Connection::ARRAY_PARAM_OFFSET constant has been marked as internal. It will be removed in 4.0.
... (truncated)
Commits
4cbbe6e Merge pull request #5646 from greg0ire/bump-sa-tools
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps doctrine/dbal from 2.13.9 to 3.4.4.
Release notes
Sourced from doctrine/dbal's releases.
... (truncated)
Upgrade guide
Sourced from doctrine/dbal's upgrade guide.
... (truncated)
Commits
4cbbe6e
Merge pull request #5646 from greg0ire/bump-sa-tools1b51745
Upgrade to Psalm 4.273893fa8
Upgrade to PHPStan 1.8.39148cb3
Remove dynamic testaf809ec
Improve data provider phpdoc488f9d2
Merge pull request #5639 from m-vo/bugfix/table_name-join-performance-regression60a9876
Optimize MySQLSchemaManager::selectTableColumns()e35bddf
Merge pull request #5636 from derrabus/bump/toolsc8a9bd4
PHPUnit 9.5.24, Psalm 4.26.0a24b89d
Merge pull request #5624 from greg0ire/cs-updateDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)