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

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

@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
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants