Skip to content

Commit c313c54

Browse files
authored
Additional JSON Method support added in the compatibility matrix (#1718)
1 parent 34286d5 commit c313c54

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

content/reference/sql/sql-support/expressions-functions-operators.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -222,13 +222,13 @@ Most functions are simple to implement. If you need one that isn't implemented,
222222
| `IS` || |
223223
| `JSON_ARRAY()` || |
224224
| `JSON_ARRAYAGG()` || |
225-
| `JSON_ARRAY_APPEND()` | | |
226-
| `JSON_ARRAY_INSERT()` | | |
225+
| `JSON_ARRAY_APPEND()` | | |
226+
| `JSON_ARRAY_INSERT()` | | |
227227
| `JSON_CONTAINS()` || |
228228
| `JSON_CONTAINS_PATH()` || |
229229
| `JSON_DEPTH()` || |
230230
| `JSON_EXTRACT()` || |
231-
| `JSON_INSERT()` | | |
231+
| `JSON_INSERT()` | | |
232232
| `JSON_KEYS()` || |
233233
| `JSON_LENGTH()` || |
234234
| `JSON_MERGE()` || |
@@ -239,12 +239,12 @@ Most functions are simple to implement. If you need one that isn't implemented,
239239
| `JSON_OVERLAPS()` || |
240240
| `JSON_PRETTY()` || |
241241
| `JSON_QUOTE()` || |
242-
| `JSON_REMOVE()` | | |
243-
| `JSON_REPLACE()` | | |
242+
| `JSON_REMOVE()` | | |
243+
| `JSON_REPLACE()` | | |
244244
| `JSON_SCHEMA_VALID()` || |
245245
| `JSON_SCHEMA_VALIDATION_REPORT()` || |
246246
| `JSON_SEARCH()` || |
247-
| `JSON_SET()` | 🟠 | out of range and ordinal referencing are not supported yet. |
247+
| `JSON_SET()` | | |
248248
| `JSON_STORAGE_FREE()` || |
249249
| `JSON_STORAGE_SIZE()` || |
250250
| `JSON_TABLE()` || `FOR ORDINALITY` and `NESTED` are not supported yet. |

0 commit comments

Comments
 (0)