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

Add documentation for text functions in SQL #1167

Merged
merged 3 commits into from
May 6, 2023
Merged

Conversation

panarch
Copy link
Member

@panarch panarch commented May 2, 2023

prior pr - #1166

image

@panarch panarch added the documentation Improvements or additions to documentation label May 2, 2023
@panarch panarch requested review from ever0de and devgony May 2, 2023 11:28
@panarch panarch self-assigned this May 2, 2023
@coveralls
Copy link

Pull Request Test Coverage Report for Build 4860670387

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 8 unchanged lines in 1 file lost coverage.
  • Overall coverage increased (+0.03%) to 98.971%

Files with Coverage Reduction New Missed Lines %
core/src/executor/evaluate/mod.rs 8 98.12%
Totals Coverage Status
Change from base Build 4839070734: 0.03%
Covered Lines: 45225
Relevant Lines: 45695

💛 - Coveralls

Added documentation for various text functions in SQL, including ASCII, CHR, CONCAT_WS, CONCAT, FIND_IDX, INITCAP, LEFT, LOWER, LPAD, LTRIM, POSITION, REPEAT, REVERSE, RIGHT, RPAD, RTRIM, SUBSTR, TRIM, and UPPER. These functions can be used to manipulate text data in SQL queries and are now fully explained in the database documentation.
@panarch panarch force-pushed the docs/write-text-functions branch from cf669b0 to 57d5dfd Compare May 2, 2023 15:12
@panarch panarch merged commit 3e380d4 into main May 6, 2023
@panarch panarch deleted the docs/write-text-functions branch May 6, 2023 05:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants