-
Notifications
You must be signed in to change notification settings - Fork 219
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
refactor!: Literal
to use sqlparser::ast::Expr
#454
base: main
Are you sure you want to change the base?
Conversation
To simplify the work in this PR, I have merged #451 into this. |
Stop spamming my email retarted faggot |
2963f1a
to
39de752
Compare
@olusamkell Please unsubscribe notifications from PR if you are receiving them. I don't know what exactly is going on, you may receive my PR notifications in your mail unless you subscribed for all notifications from this repo |
39de752
to
e04a67b
Compare
* refactor!: `PosqlTimeZone` to use `sqlparser::ast::TimezoneInfo` * feat: add util function for `PoSQLTimeStamp`
e04a67b
to
eda56bd
Compare
Waiting for #451 to get merge such that this will unlock and i will cleanup this PR |
Please be sure to look over the pull request guidelines here: https://github.com/spaceandtimelabs/sxt-proof-of-sql/blob/main/CONTRIBUTING.md#submit-pr.
Please go through the following checklist
!
is used if and only if at least one breaking change has been introduced.source scripts/run_ci_checks.sh
.This PR depends on
proof_of_sql_parser::intermediate_ast::PoSQLTimezone
withsqlparser::ast::TimezoneInfo
in the proof-of-sql crate #451Rationale for this change
What changes are included in this PR?
Are these changes tested?
Part of #235
Note to me: A few refs of Literal are present in query_context_builder and expression_evaluation.rs and will be fixed them