mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-23 08:55:40 +01:00
Add more column <op> column binary op possibilities to fuzzer
This commit is contained in:
@@ -643,7 +643,15 @@ mod tests {
|
||||
.concat(" ")
|
||||
.push_str("(")
|
||||
.push(column)
|
||||
.push(g.create().choice().options_str(["+", "-"]).build())
|
||||
.push(
|
||||
g.create()
|
||||
.choice()
|
||||
.options_str([
|
||||
"+", "-", "*", "/", "||", "=", "<>", ">", "<", ">=", "<=", "IS",
|
||||
"IS NOT",
|
||||
])
|
||||
.build(),
|
||||
)
|
||||
.push(column)
|
||||
.push_str(")")
|
||||
.build(),
|
||||
|
||||
Reference in New Issue
Block a user