mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-12-23 08:21:09 +00:00
comment out incompatible operations
This commit is contained in:
parent
f1ee92bf2d
commit
ed27f22e2f
1 changed files with 4 additions and 4 deletions
|
|
@ -36,10 +36,10 @@ str_enum! {
|
|||
// Is => "IS",
|
||||
// Concat => "||",
|
||||
// NotEqual => "<>",
|
||||
GreaterThan => ">",
|
||||
GreaterThanOrEqual => ">=",
|
||||
LessThan => "<",
|
||||
LessThanOrEqual => "<=",
|
||||
// GreaterThan => ">",
|
||||
// GreaterThanOrEqual => ">=",
|
||||
// LessThan => "<",
|
||||
// LessThanOrEqual => "<=",
|
||||
RightShift => ">>",
|
||||
LeftShift => "<<",
|
||||
BitwiseAnd => "&",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue