Skip to content

Syntax error may be happen #132

@kou

Description

@kou

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions