You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Relying on string representation is discouraged and will be removed in DBAL 3.0.
6
+
3
7
## Deprecated `NULL` value of `$offset` in LIMIT queries
4
8
5
9
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`.
0 commit comments