Skip to content

Commit

Permalink
Merge pull request #3253 from morozov/bpo/pull/3248
Browse files Browse the repository at this point in the history
Deprecated usage of the NULL offset in LIMITed queries
  • Loading branch information
Ocramius authored Aug 16, 2018
2 parents 437ad0d + b3d80ab commit 319e20f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Upgrade to 2.9

## Deprecated `NULL` value of `$offset` in LIMIT queries

The `NULL` value of the `$offset` argument in `AbstractPlatform::(do)?ModifyLimitQuery()` methods is deprecated. If explicitly used in the method call, the absence of the offset should be indicated with a `0`.

## Deprecated dbal:import CLI command

The `dbal:import` CLI command has been deprecated since it only works with PDO-based drivers by relying on a non-documented behavior of the extension, and it's impossible to make it work with other drivers.
Expand Down

0 comments on commit 319e20f

Please sign in to comment.