mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 18:18:03 +00:00
Update opcode compat
This commit is contained in:
parent
19d873f3e6
commit
f6704ba3e0
1 changed files with 7 additions and 7 deletions
|
@ -229,17 +229,17 @@ This document describes the SQLite compatibility status of Limbo:
|
|||
| DropIndex | No |
|
||||
| DropTable | No |
|
||||
| DropTrigger | No |
|
||||
| Eq | No |
|
||||
| Eq | Yes |
|
||||
| Expire | No |
|
||||
| Explain | No |
|
||||
| FkCounter | No |
|
||||
| FkIfZero | No |
|
||||
| Found | No |
|
||||
| Function | No |
|
||||
| Ge | No |
|
||||
| Ge | Yes |
|
||||
| Gosub | No |
|
||||
| Goto | Yes |
|
||||
| Gt | No |
|
||||
| Gt | Yes |
|
||||
| Halt | Yes |
|
||||
| HaltIfNull | No |
|
||||
| IdxDelete | No |
|
||||
|
@ -249,7 +249,7 @@ This document describes the SQLite compatibility status of Limbo:
|
|||
| IdxRowid | No |
|
||||
| If | No |
|
||||
| IfNeg | No |
|
||||
| IfNot | No |
|
||||
| IfNot | Yes |
|
||||
| IfPos | No |
|
||||
| IfZero | No |
|
||||
| IncrVacuum | No |
|
||||
|
@ -263,16 +263,16 @@ This document describes the SQLite compatibility status of Limbo:
|
|||
| JournalMode | No |
|
||||
| Jump | No |
|
||||
| Last | No |
|
||||
| Le | No |
|
||||
| Le | Yes |
|
||||
| LoadAnalysis | No |
|
||||
| Lt | No |
|
||||
| Lt | Yes |
|
||||
| MakeRecord | Yes |
|
||||
| MaxPgcnt | No |
|
||||
| MemMax | No |
|
||||
| Move | No |
|
||||
| Multiply | No |
|
||||
| MustBeInt | No |
|
||||
| Ne | No |
|
||||
| Ne | Yes |
|
||||
| NewRowid | No |
|
||||
| Next | No |
|
||||
| Noop | No |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue