Add docs link, misc format tweaks
This commit is contained in:
@@ -48,7 +48,7 @@ enum Op
|
||||
Op::NE => "<>",
|
||||
Op::BT => "BETWEEN",
|
||||
Op::EX => "IS NOT NULL",
|
||||
Op::NEX => "IS NULL"
|
||||
Op::NEX => "IS NULL",
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user