Skip to content
New issue

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

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

Already on GitHub? # to your account

String Helper functions in EvaDB #1322

Merged
merged 6 commits into from
Oct 28, 2023

Conversation

Chitti-Ankith
Copy link
Contributor

Added some string helper functions that were missing based on student feedback. This PR adds support for UPPER, LOWER and CONCAT.

Queries of the form are now supported:

SELECT CONCAT(UPPER(col1), LOWER(col2), "SOME_SUFFIX") FROM TABLE1

@Chitti-Ankith Chitti-Ankith self-assigned this Oct 27, 2023
@xzdandy xzdandy added this to the v0.3.9 milestone Oct 27, 2023
@xzdandy xzdandy merged commit fae7001 into georgia-tech-db:staging Oct 28, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
Development

Successfully merging this pull request may close these issues.

2 participants