Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.1.2
-
None
-
None
Description
As the default type coercion rules allow converting String type to other primitive types, we can specially allow converting string literal to other primitive types in ANSI mode. So that users won't get many SQL execution failure on switching to ANSI mode.
This is learned from PostgreSQL.