Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SQL] Support MySQL CHAR_LENGTH function. #501

Closed
Tracked by #454
dongzl opened this issue Nov 10, 2022 · 0 comments · Fixed by #544
Closed
Tracked by #454

[SQL] Support MySQL CHAR_LENGTH function. #501

dongzl opened this issue Nov 10, 2022 · 0 comments · Fixed by #544
Assignees
Labels
SQL SQL support
Milestone

Comments

@dongzl
Copy link
Contributor

dongzl commented Nov 10, 2022

What would you like to be added:

Why is this needed:

ref #454

official document:
https://dev.mysql.com/doc/refman/5.6/en/string-functions.html#function_char-length

code:
https://github.com/arana-db/arana/tree/master/pkg/runtime/function/scripts/string.js

reference code:

https://github.com/arana-db/arana/tree/master/pkg/runtime/function2/abs.go

@dongzl dongzl mentioned this issue Nov 10, 2022
43 tasks
@dongzl dongzl changed the title CHAR_LENGTH [SQL] Support MySQL CHAR_LENGTH function. Nov 10, 2022
@dongzl dongzl added this to the 0.2.0 milestone Nov 10, 2022
@dongzl dongzl added the SQL SQL support label Nov 10, 2022
gongna-au added a commit to gongna-au/arana that referenced this issue Nov 22, 2022
gongna-au added a commit to gongna-au/arana that referenced this issue Nov 22, 2022
AlexStocks pushed a commit that referenced this issue Nov 25, 2022
* Add:Support MySQL CHAR_LENGTH function.#501

* Add:Support MySQL CHAR_LENGTH function.#501
GavinLam164 pushed a commit to GavinLam164/arana that referenced this issue Feb 25, 2023
* Add:Support MySQL CHAR_LENGTH function.arana-db#501

* Add:Support MySQL CHAR_LENGTH function.arana-db#501
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
SQL SQL support
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants