[MDEV-30879] Add conversion to based 62 for CONV function Created: 2023-02-14 Updated: 2024-01-17 Resolved: 2024-01-17 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data types |
| Fix Version/s: | 11.4.1 |
| Type: | New Feature | Priority: | Critical |
| Reporter: | Nhat Ho | Assignee: | Andrew Hutchings |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Preview_11.4, beginner-friendly | ||
| Issue Links: |
|
||||
| Description |
|
Currently, the CONV function only supports conversion from a minimum base of 2 to a maximum base of 36. It is desired to be able to support conversion for base 62 so conversion from base 62 to base 16 is possible. |
| Comments |
| Comment by Ahmed Ibrahim [ 2023-03-19 ] |
|
I would like to work on this |
| Comment by Andrew Hutchings [ 2023-03-29 ] |
|
Hi ahmedibrahim, You are more than welcome to work on this, if you have any questions, please come to the MariaDB Zulip (https://mariadb.zulipchat.com/) and ask them in the #general stream. |
| Comment by Weijun Huang [ 2023-04-04 ] |
|
Is anyone working on this? If not, I am glad to pick this up. |
| Comment by Ahmed Ibrahim [ 2023-04-08 ] |
|
Sorry for the late reply. Just finished my exams. Thanks |
| Comment by Sergei Golubchik [ 2023-10-30 ] |
| Comment by Andrew Hutchings [ 2023-11-17 ] |
|
I've re-written this patch so that it fits better into existing charset code. New PR opened: https://github.com/MariaDB/server/pull/2854 |
| Comment by Daniel Black [ 2023-11-24 ] |
|
Good for review, off to testing. |
| Comment by Lena Startseva [ 2024-01-15 ] |
|
Testing done. Ok to push |