Sqlite: Cast from char to int gives incorrect results #23161
Labels
area-query
area-sqlite
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
punted-for-6.0
type-bug
Milestone
Currently, we generate
CAST($charValue AS INTEGER)
, but this gives incorrect results for digit characters. Instead, we should generateunicode($charValue)
.The text was updated successfully, but these errors were encountered: