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:
Glauber Costa
2025-07-31 10:46:12 -05:00
parent fedd70f60e
commit 0506da70ed

View File

@@ -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 | |