You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running Ubuntu 14.04, the current LTS version.
Running sqlint that uses pg_query fails:
/var/lib/gems/1.9.1/gems/pg_query-0.7.2/lib/pg_query/deparse.rb:2:in
`require_relative': /var/lib/gems/1.9.1/gems/pg_query-0.7.2/lib/pg_query/deparse/alter_table.rb:31:
syntax error, unexpected tLPAREN_ARG, expecting keyword_do_LAMBDA or tLAMBEG (SyntaxError)
... many more of this
I'm running Ubuntu 14.04, the current LTS version.
Running
sqlint
that uses pg_query fails:See http://ruby-journal.com/becareful-with-space-in-lambda-hash-rocket-syntax-between-ruby-1-dot-9-and-2-dot-0/ for more info about this.
It'd be nice if you could make this lib compatible with ruby 1.9.
The text was updated successfully, but these errors were encountered: