mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-27 13:04:20 +01:00
more compat police
* Affinity is already present * InsertInt is not a thing * String is never generated directly, it is a second-execution optimization for String8 so the size doesn't have to be recomputed, but we always store the size anyway.
This commit is contained in:
@@ -416,7 +416,7 @@ Modifiers:
|
||||
|----------------|--------|---------|
|
||||
| Add | Yes | |
|
||||
| AddImm | Yes | |
|
||||
| Affinity | No | |
|
||||
| Affinity | Yes | |
|
||||
| AggFinal | Yes | |
|
||||
| AggStep | Yes | |
|
||||
| AggStep | Yes | |
|
||||
@@ -474,7 +474,6 @@ Modifiers:
|
||||
| Init | Yes | |
|
||||
| InitCoroutine | Yes | |
|
||||
| Insert | Yes | |
|
||||
| InsertInt | No | |
|
||||
| Int64 | Yes | |
|
||||
| Integer | Yes | |
|
||||
| IntegrityCk | Yes | |
|
||||
@@ -551,7 +550,7 @@ Modifiers:
|
||||
| SorterNext | Yes | |
|
||||
| SorterOpen | Yes | |
|
||||
| SorterSort | Yes | |
|
||||
| String | No | |
|
||||
| String | NotNeeded | SQLite uses String for sized strings and String8 for null-terminated. All our strings are sized |
|
||||
| String8 | Yes | |
|
||||
| Subtract | Yes | |
|
||||
| TableLock | No | |
|
||||
|
||||
Reference in New Issue
Block a user