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

Sequel::DatabaseError: PG::SyntaxError: ERROR: syntax error in tsquery: "foo[:foo]" #64

Open
dentarg opened this issue May 13, 2017 · 1 comment
Labels

Comments

@dentarg
Copy link
Member

dentarg commented May 13, 2017

https://sentry.io/starkast/wiki/issues/272531673/

PG::SyntaxError: ERROR:  syntax error in tsquery: "foo[:foo]"

  sequel/adapters/postgres.rb:180:in `async_exec'
    @db.log_yield(sql, args){args ? async_exec(sql, args) : async_exec(sql)}
  sequel/adapters/postgres.rb:180:in `block in execute_query'
    @db.log_yield(sql, args){args ? async_exec(sql, args) : async_exec(sql)}
  sequel/database/logging.rb:33:in `log_yield'
    return yield if @loggers.empty?
  sequel/extensions/newrelic_instrumentation.rb:45:in `block in log_yield'
    rval = super
  new_relic/agent/method_tracer.rb:73:in `block in trace_execution_scoped'
    yield
...
(95 additional frame(s) were not displayed)

Sequel::DatabaseError: PG::SyntaxError: ERROR:  syntax error in tsquery: "foo[:foo]"

Sequel::DatabaseError: PG::SyntaxError: ERROR:  syntax error in tsquery: "foo[:foo]"

@dentarg dentarg added the bug label May 13, 2017
@dentarg
Copy link
Member Author

dentarg commented Jun 17, 2018

Sentry issue: WIKI-8

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