On Friday, October 11, 2013 10:14:39 AM UTC-7, Brian wrote:
> OK, I did modify my Sequel connect call to include:
>
> :after_connect => Proc.new { |conn| conn.long_read_len = 1073741824 }
>
> (I couldn't get 2GB or 2GB - 1 to work, so I just went with 1GB for now.)
>
> and that seems to have fixed my problem, but I guess my larger question is
> still:
>
> Can I access the instance methods of the Oracle adapter after Sequel
> creates the connection?
>
The only safe place to do so is in the after_connect proc, as you've shown
above.
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sequel-talk.
For more options, visit https://groups.google.com/groups/opt_out.