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

parse: fix action recog func call as sql stmt #589

Merged
merged 1 commit into from
Mar 11, 2024

Conversation

Yaiba
Copy link
Contributor

@Yaiba Yaiba commented Mar 11, 2024

This pr fix bug where action parser will parser function calls starts with SQL keywords as SQL statement.

Need to merge kwilteam/action-grammar-go#7 first, then update go mod.

This will requires kuneiform updates as well

@brennanjl
Copy link
Collaborator

Other is merged, this looks good too.

@Yaiba Yaiba force-pushed the fix/action-parser-sql-recog-call branch 2 times, most recently from edbe246 to 1612d02 Compare March 11, 2024 02:30
@Yaiba Yaiba marked this pull request as ready for review March 11, 2024 02:47
@Yaiba
Copy link
Contributor Author

Yaiba commented Mar 11, 2024

After this is merged, we'll need to bump parse version up(patch), then update kuneiform, then update kwil-db.

Not sure how do we release on core or parse package, do we do same release branch like main module? @jchappelow

@jchappelow
Copy link
Member

After this is merged, we'll need to bump parse version up(patch), then update kuneiform, then update kwil-db.

Not sure how do we release on core or parse package, do we do same release branch like main module? @jchappelow

The module branches can be wherever appropriate. Need to look at the git history for the diffs in these modules. It's best to keep the needed changes ported to release branch anyway.

@brennanjl brennanjl force-pushed the fix/action-parser-sql-recog-call branch from 1612d02 to d8535fd Compare March 11, 2024 04:29
@brennanjl brennanjl merged commit e0f33c1 into kwilteam:main Mar 11, 2024
1 check passed
jchappelow pushed a commit to jchappelow/kwil-db that referenced this pull request Mar 11, 2024
@jchappelow jchappelow added this to the v0.7.0 final milestone Mar 11, 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

Successfully merging this pull request may close these issues.

3 participants