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
Copy file name to clipboardExpand all lines: docs/param-modifiers.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Dbal allows you to escape and build safe SQL query. It provides these powerful p
10
10
|`%b`, `%?b`, `%b[]`, `%...b[]`| boolean | not nullable, nullable, array of |
11
11
|`%dt`, `%?dt`, `%dt[]`, `%...dt[]`| datetime | not nullable, nullable, array of<br>read more about [datetime handling](datetime); using wrong modifier may damage your data |
12
12
|`%ldt`, `%?ldt`, `%ldt[]`, `%...ldt[]`| local datetime | datetime without timezone conversion<br>read more about [datetime handling](datetime); using wrong modifier may damage your data |
13
-
|`%lt`, `%?ld`, `%ld[]`, `%...ld[]`| local date | a date; pass DateTimeInterface instance, DBAL will pick just the date nevertheless the time or timezone |
13
+
|`%ld`, `%?ld`, `%ld[]`, `%...ld[]`| local date | a date; pass DateTimeInterface instance, DBAL will pick just the date nevertheless the time or timezone |
14
14
|`%di`, `%?di`, `%di[]`, `%...di[]`| date interval | DateInterval instance |
15
15
|`%blob`, `%?blob`, `%blob[]`| binary string | not nullable, nullable, array of |
16
16
|`%json`, `%?json`, `%json[]`, `%...json[]`| any | not nullable, nullable, array of |
0 commit comments