go-mysql-server
go-mysql-server copied to clipboard
Support all MySQL logical operators
We currently have support for some, but not all of MySQL's logical operators.
For example, select 1 OR 1; works, but not select 1 XOR 1;. We should review MySQL's logical operators and ensure we support all of them.
Found by: go-sqlsmith