Details
-
Type:
Technical task
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 10.3
-
Fix Version/s: 10.3.1
-
Component/s: OTHER
-
Labels:None
-
Sprint:10.2.2-3, 10.2.2-1, 10.2.2-2, 10.2.2-4, 10.1.18
Description
We'll add a new function CHR(num).
It will be very similar to MariaDB's CHAR(num), but
- will accept only one argument
- will return a VARCHAR(1) with character set and collation according to @@character_set_database and @@collation_database, rather than VARBINARY(N).
It will be available in all sql_mode's.
Attachments
Issue Links
- relates to
-
MDEV-10342 Providing compatibility for basic SQL built-in functions
-
- Needs Feedback
-