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: COMPAT.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,7 @@ Feature support of [sqlite expr syntax](https://www.sqlite.org/lang_expr.html).
120
120
| like(X,Y,Z) | Yes ||
121
121
| likelihood(X,Y) | No ||
122
122
| likely(X) | No ||
123
-
| load_extension(X) |No||
123
+
| load_extension(X) |Yes| sqlite3 extensions not yet supported|
124
124
| load_extension(X,Y) | No ||
125
125
| lower(X) | Yes ||
126
126
| ltrim(X) | Yes ||
@@ -263,11 +263,11 @@ Feature support of [sqlite expr syntax](https://www.sqlite.org/lang_expr.html).
263
263
| jsonb_array(value1,value2,...) |||
264
264
| json_array_length(json) | Yes ||
265
265
| json_array_length(json,path) | Yes ||
266
-
| json_error_position(json) |||
266
+
| json_error_position(json) |Yes||
267
267
| json_extract(json,path,...) | Partial | Does not fully support unicode literal syntax and does not allow numbers > 2^127 - 1 (which SQLite truncates to i32), does not support BLOBs |
0 commit comments