On Mon, Nov 27, 2006 at 07:29:09AM +0100, Daniel wrote:
> I think I found the problem. On line 470, this:
> 
>         def combine_conditions(conditions, additional_conditions)
> 
> should be this:
> 
>         def combine_conditions(conditions, *additional_conditions)

correct, that way it works with a single string as conditions 
argument, too.

> Furthermore, the rescue clause at 282 might be more usefull if it 
> reraised the error

I changed the rescue to only catch RecordNotFound errors, and raised the
log level to warn.

just committed.

Jens

 

-- 
webit! Gesellschaft für neue Medien mbH          www.webit.de
Dipl.-Wirtschaftsingenieur Jens Krämer       [EMAIL PROTECTED]
Schnorrstraße 76                         Tel +49 351 46766  0
D-01069 Dresden                          Fax +49 351 46766 66
_______________________________________________
Ferret-talk mailing list
Ferret-talk@rubyforge.org
http://rubyforge.org/mailman/listinfo/ferret-talk

Reply via email to