Fixed a bug in key optimizing handling where the expression
WHERE column_name = key_column_name was calculated as true for NULL values.
Showing
Please register or sign in to comment
WHERE column_name = key_column_name was calculated as true for NULL values.