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
|`%multiOr`| OR condition with multiple conditions in pairs |
47
-
|`%values`, `%values[]`| expands array for INSERT clause, multi insert |
48
-
|`%set`| expands array for SET clause |
49
-
|`%table`, `%table[]`| escapes string as table name, may contain a database or schema name separated by a dot; surrounding parentheses are not added to `%table[]` modifier; `%table` supports also processing a `Nextras\Dbal\Platforms\Data\Fqn` instance. |
50
-
|`%column`, `%column[]`| escapes string as column name, may contain a database name, schema name or asterisk (`*`) separated by a dot; surrounding parentheses are not added to `%column[]` modifier; |
51
-
|`%ex`| expands array as processor arguments |
52
-
|`%raw`| inserts string argument as is |
53
-
|`%%`| escapes to single `%` (useful in `date_format()`, etc.) |
54
-
|`[[`, `]]`| escapes to single `[` or `]` (useful when working with array, etc.) |
|`%multiOr`| OR condition with multiple conditions in pairs |
47
+
|`%values`, `%values[]`| expands array for INSERT clause, multi insert |
48
+
|`%set`| expands array for SET clause |
49
+
|`%table`, `%table[]`| escapes string as table name, may contain a database or schema name separated by a dot; surrounding parentheses are not added to `%table[]` modifier; `%table` supports formatting a `Nextras\Dbal\Platforms\Data\Fqn` instance.|
50
+
|`%column`, `%column[]`| escapes string as column name, may contain a database name, schema name or asterisk (`*`) separated by a dot; surrounding parentheses are not added to `%column[]` modifier; `%table` supports formatting a `Nextras\Dbal\Platforms\Data\Fqn` instance.|
51
+
|`%ex`| expands array as processor arguments |
52
+
|`%raw`| inserts string argument as is |
53
+
|`%%`| escapes to single `%` (useful in `date_format()`, etc.) |
54
+
|`[[`, `]]`| escapes to single `[` or `]` (useful when working with array, etc.) |
55
55
56
56
Let's examine `%and` and `%or` behavior. If array key is numeric and its value is an array, value is expanded with `%ex` modifier. (See below.)
0 commit comments