Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Cannot Reproduce
-
Affects Version/s: 10.2.9
-
Fix Version/s: N/A
-
Component/s: Data types, Optimizer, Parser
-
Labels:
-
Environment:Ubuntu 16.04
Description
In cli
SELECT 1=''; |
It results 1
Same with
SELECT 27=''; |
Looks like the empty string will be converted to numeric.
Btw. this is mariadb only. MySQL results 0.
Best Regards,
Susanne