Skip to content

Syntax error may be happen #132

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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