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

Various Fixes for Lifter and Unlifter #20

Merged
merged 2 commits into from
Sep 13, 2021
Merged

Conversation

deusaquilus
Copy link
Contributor

Various things in the lifter and unlifter were incorrect. E.g. Aggregation should be in the QueryLifter and OnConflict lifting did not exist. This was hidden by the fact that Ast was binary-serialized instead of normally lifted in most cases.
A method of telling the quote macro not to serialize via inline given was introduced to disable Ast serialization for certain tests e.g. quotationspec tests.

@deusaquilus deusaquilus merged commit 41074aa into master Sep 13, 2021
deusaquilus added a commit that referenced this pull request Sep 23, 2021
* Fixes/Updates to Lifter/Unlifter

* Lifting Fixes. Disabling Ast serialization for quotation test.
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.

1 participant