mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 01:58:16 +00:00
Update COMPAT.md
This commit is contained in:
parent
02d410eb79
commit
20837d217b
1 changed files with 4 additions and 2 deletions
|
@ -501,7 +501,9 @@ UUID's in Limbo are `blobs` by default.
|
|||
| uuid_str(X) | Yes | Convert a valid UUID to string |
|
||||
| uuid_blob(X) | Yes | Convert a valid UUID to blob |
|
||||
|
||||
### REGEXP
|
||||
### regexp
|
||||
|
||||
The `regexp` extension is compatible with [sqlean-regexp](https://github.com/nalgeon/sqlean/blob/main/docs/regexp.md).
|
||||
|
||||
| Function | Status | Comment |
|
||||
|------------------------------------------------|--------|---------|
|
||||
|
@ -509,4 +511,4 @@ UUID's in Limbo are `blobs` by default.
|
|||
| regexp_like(source, pattern) | Yes | |
|
||||
| regexp_substr(source, pattern) | Yes | |
|
||||
| regexp_capture(source, pattern[, n]) | No | |
|
||||
| regexp_replace(source, pattern, replacement) | No | |
|
||||
| regexp_replace(source, pattern, replacement) | No | |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue