-
Notifications
You must be signed in to change notification settings - Fork 22
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
Implement pure SQL interpreter #8
Labels
enhancement
New feature or request
Comments
This was referenced Aug 14, 2020
stalniy
added a commit
that referenced
this issue
Aug 17, 2020
This also contains implementation for Objection.js interpreter Relates to #8
stalniy
added a commit
that referenced
this issue
Aug 17, 2020
stalniy
added a commit
that referenced
this issue
Aug 18, 2020
stalniy
added a commit
that referenced
this issue
Aug 18, 2020
stalniy
added a commit
that referenced
this issue
Aug 18, 2020
stalniy
added a commit
that referenced
this issue
Aug 19, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@ucast/sql
(put it inpackages/sql
)@ucast/js
createInterpreter
function from@ucast/core
to createinterpret
functioninterpret
function is an array of 3 elements:[sql, params, joins]
condition.field
with dots inside it's a hint that this property may be a relation to another table. Using custom optionjoinRelation
we can allow users to specify logic which determines whether it's a relation.The text was updated successfully, but these errors were encountered: