Skip to content

fix text storage for left and instr function #3018

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

Merged
merged 2 commits into from
Jun 9, 2025
Merged

fix text storage for left and instr function #3018

merged 2 commits into from
Jun 9, 2025

Conversation

jycor
Copy link
Contributor

@jycor jycor commented Jun 9, 2025

@@ -8684,6 +8684,35 @@ where
},
},
},
{
// This is a script test here because every table in the harness setup data is in all lowercase
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure I understand what this comment is saying or what it means.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oops, bad copy paste; will remove

@jycor jycor merged commit 18900d9 into main Jun 9, 2025
8 checks passed
@jycor jycor deleted the james/textstorage branch June 9, 2025 18:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Using LEFT on TEXT column fails with "invalid type: *val.TextStorage"
2 participants