On Friday, January 13, 2017 at 2:20:46 AM UTC-8, David Espada wrote:
>
> Hi all.
>
> I have a little problem reading data objects inside a frozen object. If I 
> have a one_to_many relationship between Foo and Bar models, this code fails 
> without a good reason (IMHO):
>
>   foo.freeze
>   foo.bars
>
>
> Problem is in line lib/sequel/model/associations.rb:1791 of Sequel code. 
> Any clue for this behaviour?
>
> Thank you very much.
>

Are you running the current version of Sequel?  I remember fixing an issue 
like this sometime in the past.  The line number you give doesn't really 
make sense to cause the issue in the current code.  If you are running the 
current version, please post a minimal self contained example showing the 
problem, and a full backtrace, and I should be able to debug.

Thanks,
Jeremy

-- 
You received this message because you are subscribed to the Google Groups 
"sequel-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sequel-talk+unsubscr...@googlegroups.com.
To post to this group, send email to sequel-talk@googlegroups.com.
Visit this group at https://groups.google.com/group/sequel-talk.
For more options, visit https://groups.google.com/d/optout.

Reply via email to