mirror of
https://github.com/knex/knex.git
synced 2025-06-26 22:00:25 +00:00
fix: Fix The operator "<=>" is not permitted in MySQL (#6158)
See https://dev.mysql.com/doc/refman/8.4/en/comparison-operators.html#operator_equal-to
This commit is contained in:
parent
908f157528
commit
bfd1cba2d1
@ -12,6 +12,7 @@ const operators = transform(
|
|||||||
'<',
|
'<',
|
||||||
'>',
|
'>',
|
||||||
'<=',
|
'<=',
|
||||||
|
'<=>',
|
||||||
'>=',
|
'>=',
|
||||||
'<>',
|
'<>',
|
||||||
'!=',
|
'!=',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user