search for: metawhere

Displaying 2 results from an estimated 2 matches for "metawhere".

2011 Feb 08
4
Remove ActiveRecord::Relation#& alias for 'merge' ? (or at least only reference and not use in AR)
...rray class'' convention: ''|'' => Union ''+'' => UnionALL ''&'' => Intersect ''-'' => Except (Minus for Oracle) to operate on two ActiveRecord::Relation instances. This is sitting as a pending pull request on MetaWhere: https://github.com/ernie/meta_where/pull/12 Ernie Miller and I have been going back and forth. Ernie points out that ActiveRecord is using the alias ''&'' a few times in the code base instead of ''merge'' and overriding this method in MetaWhere would cause some...
2010 Jul 08
25
Prepared SQL statements
Dear all great developers. I wonder if there is any work being done or thoughts being shared regarding prepared SQL statements. Currently I am in heavy need of tuning SQL INSERTS that insert large (3MB) images into blobs. I am using rails 2.3.5 with postgres adapter and pg driver. Any information would be appreciated. Jarl -- You received this message because you are subscribed to the