PL/SQL parser (MDEV-10142)

[MDEV-12685] Oracle-compatible function CHR() Created: 2017-05-04  Updated: 2018-08-31  Resolved: 2017-05-08

Status: Closed
Project: MariaDB Server
Component/s: OTHER
Affects Version/s: 10.3
Fix Version/s: 10.3.1

Type: Technical task Priority: Major
Reporter: Alexander Barkov Assignee: Alexander Barkov
Resolution: Fixed Votes: 0
Labels: None

Issue Links:
Relates
relates to MDEV-10342 Providing compatibility for basic SQL... Closed
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.



 Comments   
Comment by Alexander Barkov [ 2017-05-08 ]

Merged Jerome's pull request to bb-10.2-ext.

Generated at Thu Feb 08 07:59:39 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.