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

Improve IF semantics #906

Open
brennanjl opened this issue Jul 31, 2024 · 0 comments
Open

Improve IF semantics #906

brennanjl opened this issue Jul 31, 2024 · 0 comments
Assignees

Comments

@brennanjl
Copy link
Collaborator

Our IF statements do not support string comparisons. This forces users to do weird hacks like this.

We should support

database aa;

procedure ab($a text) public {
    if $a LIKE '%s' {}
}
@brennanjl brennanjl added this to the v0.9 milestone Jul 31, 2024
@brennanjl brennanjl self-assigned this Jul 31, 2024
@brennanjl brennanjl removed this from the v0.9 milestone Aug 26, 2024
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

No branches or pull requests

1 participant