Unverified Commit 9a414bab by Enkelmann Committed by GitHub

Correctly deserialize FLOAT_ROUND p-code operations (#143)

parent 12bd9693
......@@ -216,6 +216,7 @@ pub enum ExpressionType {
FLOAT_SQRT,
FLOAT_CEIL,
FLOAT_FLOOR,
#[serde(alias = "ROUND")]
FLOAT_ROUND,
FLOAT_NAN,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment