Posted By: Doug Chasman
Date: 2006-05-07 21:01
Summary: activesalesforce-0.5.4.gem
Project: ActiveSalesforce
- Added support for :limit => 0 ("infinity" or get all rows via sfdc queryMore api method)
- Added support for :select in finder methods, e.g.
Account.find(:all, :select => "id, name", :limit => 0)
If you only need a subset of the columns in the selected objects this can significantly decrease retrieval time! |
|