mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-20 15:35:29 +01:00
Update COMPAT.md
This commit is contained in:
@@ -395,7 +395,7 @@ Feature support of [sqlite expr syntax](https://www.sqlite.org/lang_expr.html).
|
||||
| ReadCookie | No |
|
||||
| Real | Yes |
|
||||
| RealAffinity | Yes |
|
||||
| Remainder | No |
|
||||
| Remainder | Yes |
|
||||
| ResetCount | No |
|
||||
| ResultRow | Yes |
|
||||
| Return | Yes |
|
||||
|
||||
@@ -83,7 +83,7 @@ pub fn insn_to_str(
|
||||
format!("r[{}]=~r[{}]", dest, reg),
|
||||
),
|
||||
Insn::Remainder { lhs, rhs, dest } => (
|
||||
"Modulus",
|
||||
"Remainder",
|
||||
*lhs as i32,
|
||||
*rhs as i32,
|
||||
*dest as i32,
|
||||
|
||||
Reference in New Issue
Block a user