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
ActiveRecord::StatementInvalid(PG::UndefinedObject: ERROR: type"VARCHAR"does not existLINE1: ...dio_clip_id" WHERE (CAST("collections"."title" AS "VARCHAR")...
I've hit the same error, it seems to be the 'AS' statement is followed by an extra ". In my case:
/lib/patches/db/pg.rb:69:in `exec_params': PG::SyntaxError: ERROR: zero-length delimited identifier at or near """" (ActiveRecord::StatementInvalid)
LINE 1: ...AS "count_all", "analysis_jobs_items"."status" AS ""analysis...
Version: 2.0.13
full query
Rails version: 6.0.3.4
PG version: 1.2.3
When using functionality with https://github.com/jbox-web/ajax-datatables-rails
The text was updated successfully, but these errors were encountered: