-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
We specify QUERY_NO_SYNTAX_ERROR but syntax error may be happen.
| "query_flags" => "ALLOW_COLUMN|ALLOW_LEADING_NOT|QUERY_NO_SYNTAX_ERROR", |
Because mroonga_query_expand()/pgroonga_query_expand() don't use the flag.
| "mroonga_query_expand(?, ?, ?, ?) AS query", |
| "pgroonga_query_expand(?, ?, ?, ?)", |
We should specify QUERY_NO_SYNTAX_ERROR flag for mroonga_query_expand()/pgroonga_query_expand() too.
Metadata
Metadata
Assignees
Labels
No labels