diff --git a/lib/src/sql/operator.rs b/lib/src/sql/operator.rs index 651c5adc..ba1c05a2 100644 --- a/lib/src/sql/operator.rs +++ b/lib/src/sql/operator.rs @@ -94,7 +94,7 @@ impl fmt::Display for Operator { Self::Pow => "**", Self::Inc => "+=", Self::Dec => "-=", - Self::Ext => "+=?", + Self::Ext => "+?=", Self::Equal => "=", Self::Exact => "==", Self::NotEqual => "!=",