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
22de295 Merge pull request #5604 from morozov/issues/5598-drop-sequence
645ea4e When dropping schema, drop sequences before tables
d6798d7 Do not drop schemas in DropSchemaObjectsSQLBuilder
cc94e25 Merge pull request #5597 from morozov/issues/5584
7040c36 Merge pull request #5599 from HypeMC/fix-postgresql-only-test
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.2.
Release notes
Sourced from doctrine/dbal's releases.
... (truncated)
Upgrade guide
Sourced from doctrine/dbal's upgrade guide.
... (truncated)
Commits
22de295
Merge pull request #5604 from morozov/issues/5598-drop-sequence645ea4e
When dropping schema, drop sequences before tablesd6798d7
Do not drop schemas in DropSchemaObjectsSQLBuildercc94e25
Merge pull request #5597 from morozov/issues/55847040c36
Merge pull request #5599 from HypeMC/fix-postgresql-only-test27a1110
Fix condition in PostgreSQL only testf62eeba
Fix parsing SQLite FK reference not containing whitepace94e0164
Merge pull request #5576 from morozov/issues/5575-reserved-keyword-table-intr...d0d7f63
Rework introspection of table indexes and foreign keys on Postgres36b9ffc
Merge pull request #5580 from morozov/issues/5579Dependabot 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)