mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-31 05:44:25 +01:00
Update COMPAT.md, add fk related opcodes
This commit is contained in:
@@ -448,8 +448,8 @@ Modifiers:
|
||||
| Eq | Yes | |
|
||||
| Expire | No | |
|
||||
| Explain | No | |
|
||||
| FkCounter | No | |
|
||||
| FkIfZero | No | |
|
||||
| FkCounter | Yes | |
|
||||
| FkIfZero | Yes | |
|
||||
| Found | Yes | |
|
||||
| Function | Yes | |
|
||||
| Ge | Yes | |
|
||||
|
||||
@@ -1416,6 +1416,8 @@ pub enum PragmaName {
|
||||
Encoding,
|
||||
/// Current free page count.
|
||||
FreelistCount,
|
||||
/// Enable or disable foreign key constraint enforcement
|
||||
ForeignKeys,
|
||||
/// Run integrity check on the database file
|
||||
IntegrityCheck,
|
||||
/// `journal_mode` pragma
|
||||
|
||||
Reference in New Issue
Block a user