mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-31 13:54:27 +01:00
comment out incompatible operations
This commit is contained in:
@@ -36,10 +36,10 @@ str_enum! {
|
||||
// Is => "IS",
|
||||
// Concat => "||",
|
||||
// NotEqual => "<>",
|
||||
GreaterThan => ">",
|
||||
GreaterThanOrEqual => ">=",
|
||||
LessThan => "<",
|
||||
LessThanOrEqual => "<=",
|
||||
// GreaterThan => ">",
|
||||
// GreaterThanOrEqual => ">=",
|
||||
// LessThan => "<",
|
||||
// LessThanOrEqual => "<=",
|
||||
RightShift => ">>",
|
||||
LeftShift => "<<",
|
||||
BitwiseAnd => "&",
|
||||
|
||||
Reference in New Issue
Block a user