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
/Users/yosi/.rvm/gems/ruby-3.4.1/gems/activerecord-7.2.2/lib/active_record/connection_adapters/abstract/quoting.rb:87:in 'ActiveRecord::ConnectionAdapters::Quoting#quote': can't quote PG::TextEncoder::Array (TypeError)
else raise TypeError, "can't quote #{value.class.name}"
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
from /Users/yosi/.rvm/gems/ruby-3.4.1/gems/activerecord-7.2.2/lib/active_record/connection_adapters/postgresql/quoting.rb:122:in 'ActiveRecord::ConnectionAdapters::PostgreSQL::Quoting#quote'
from /Users/yosi/.rvm/gems/ruby-3.4.1/gems/activerecord-7.2.2/lib/arel/visitors/to_sql.rb:869:in 'Arel::Visitors::ToSql#quote'
from /Users/yosi/.rvm/gems/ruby-3.4.1/gems/activerecord-7.2.2/lib/arel/visitors/to_sql.rb:88:in 'Arel::Visitors::ToSql#visit_Arel_Nodes_Casted'
from /Users/yosi/.rvm/gems/ruby-3.4.1/gems/torque-postgresql-3.4.1/lib/torque/postgresql/arel/visitors.rb:22:in 'Torque::PostgreSQL::Arel::Visitors#visit_Arel_Nodes_Quoted'
from /Users/yosi/.rvm/gems/ruby-3.4.1/gems/activerecord-7.2.2/lib/arel/visitors/visitor.rb:30:in 'Arel::Visitors::Visitor#visit'
from /Users/yosi/.rvm/gems/ruby-3.4.1/gems/activerecord-7.2.2/lib/arel/visitors/to_sql.rb:900:in 'block in Arel::Visitors::ToSql#inject_join'
from /Users/yosi/.rvm/gems/ruby-3.4.1/gems/activerecord-7.2.2/lib/arel/visitors/to_sql.rb:898:in 'Array#each'
from /Users/yosi/.rvm/gems/ruby-3.4.1/gems/activerecord-7.2.2/lib/arel/visitors/to_sql.rb:898:in 'Enumerable#each_with_index'
from /Users/yosi/.rvm/gems/ruby-3.4.1/gems/activerecord-7.2.2/lib/arel/visitors/to_sql.rb:898:in 'Arel::Visitors::ToSql#inject_join'
from /Users/yosi/.rvm/gems/ruby-3.4.1/gems/activerecord-7.2.2/lib/arel/visitors/to_sql.rb:859:in 'Arel::Visitors::ToSql#visit_Array'
I'm not sure if this is a bug in torque-postgresql v3.4.1 or if I'm using it incorrectly. Any guidance would be appreciated!
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
In our codebase we work with string arrays and perform containment searches like this:
This worked as expected in torque-postgresql v3.4.0. However, after upgrading to v3.4.1 it now fails.
Reproduction Steps
Failure Output
I'm not sure if this is a bug in torque-postgresql v3.4.1 or if I'm using it incorrectly. Any guidance would be appreciated!
Thanks!
The text was updated successfully, but these errors were encountered: