Igor Novikov
Igor Novikov
ActiveRecord(?) adds aliases to queries to handle ambiguity when passing the query as a nested hash: `Son.joins(:father).where(father: { age: [50, 51] }).ransack(father_name_eq: 'John')` throwing: `ActiveRecord::StatementInvalid: PG::UndefinedTable: ERROR: invalid reference.... `...
Fails to make it with Ruby 3.2.0 ``` odbc.c:1873:20: error: implicit declaration of function 'rb_obj_taint' is invalid in C99 [-Werror,-Wimplicit-function-declaration] rb_ary_push(a, rb_obj_taint(v)); ^ odbc.c:1952:21: error: implicit declaration of function 'rb_obj_taint'...