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

Accepts parameters with RAW query parts within where clause #49

Closed
isuru89 opened this issue Oct 17, 2017 · 0 comments
Closed

Accepts parameters with RAW query parts within where clause #49

isuru89 opened this issue Oct 17, 2017 · 0 comments
Assignees
Labels
Milestone

Comments

@isuru89
Copy link
Contributor

isuru89 commented Oct 17, 2017

Currently you can write raw db specific query parts within where clause using RAW() function.

It needs to accept parameters for query parts when specified ? inside the raw string. The function may accepts multiple parameters as well.

For example:

WHERE {
    RAW ("MATCH column AGAINST ?", PARAM("p1"))
}
@isuru89 isuru89 self-assigned this Oct 17, 2017
@isuru89 isuru89 added the bug label Oct 17, 2017
@isuru89 isuru89 added this to the v2.0 milestone Oct 17, 2017
isuru89 added a commit that referenced this issue Oct 25, 2017
@isuru89 isuru89 closed this as completed Oct 25, 2017
isuru89 added a commit that referenced this issue Oct 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant