feat: support `SUBSTRING()` by KKould · Pull Request #134 · KipData/KiteSQL
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 54
Merged
Conversation
Copy link Copy Markdown
Member
KKould
commented
Feb 9, 2024
KKould
commented
What problem does this PR solve?
SELECT SUBSTRING ( 'foo' FROM 1 FOR 2 )
Code changes
- Has Rust code change
- Has CI related scripts change
Check List
Tests
- Unit test
- Integration test
- Manual test (add detailed scripts or steps below)
- No code
Side effects
- Performance regression: Consumes more CPU
- Performance regression: Consumes more Memory
- Breaking backward compatibility
Note for reviewer
KKould
self-assigned this
KKould
merged commit
1dc1fa8
into
KipData:main
KKould
added this to the
SQL 2016 milestone
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment