go-mysql-server icon indicating copy to clipboard operation
go-mysql-server copied to clipboard

Support all MySQL logical operators

Open fulghum opened this issue 3 years ago • 6 comments

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

fulghum avatar Apr 28 '22 17:04 fulghum