Change octet_length to yes in COMPAT.md

- Its added in https://github.com/tursodatabase/limbo/pull/430
This commit is contained in:
krishvishal
2024-12-12 19:46:01 +05:30
parent 0722037465
commit 33f3eb02c8

View File

@@ -127,7 +127,7 @@ Feature support of [sqlite expr syntax](https://www.sqlite.org/lang_expr.html).
| max(X,Y,...) | Yes | |
| min(X,Y,...) | Yes | |
| nullif(X,Y) | Yes | |
| octet_length(X) | No | |
| octet_length(X) | Yes | |
| printf(FORMAT,...) | No | |
| quote(X) | Yes | |
| random() | Yes | |