search for: fparse_expr

Displaying 1 result from an estimated 1 matches for "fparse_expr".

Did you mean: parse_expr
2006 Feb 03
9
Because I''m very slow - trying to use console
...test things out... clients table - a column named first_name My very brief console session... >> clients = Client.find_by_sql("select * from clients where first_name = FN") ActiveRecord::StatementInvalid: RuntimeError: ERROR C42703 Mcolumn "fn" does not exist Fparse_expr.c L1034 RtransformColumnRef: select * from clients where first_name = FN from /usr/lib/ruby/gems/1.8/gems/activerecord-1.13.2/lib/active_record/connection_adapters/abstract_adapter.rb:88:in `log'' and a few lines of application trace removed. How do I execute the line with the variab...