That was it. Thank you 

On Wednesday, February 10, 2016 at 11:15:13 AM UTC-5, Jeremy Evans wrote:
>
> On Wednesday, February 10, 2016 at 8:07:01 AM UTC-8, Jonathan Greene wrote:
>>
>> Basically we need all of our queries to have WITH UR at the end. Looking 
>> up the documentation we were thinking that setting the transaction level to 
>> Uncommitted would be equivalent. Rather than hard coding or changing the 
>> gem to add the WITH UR to our queries.
>>
>
> This is probably simpler:
>
> DB.extend_datasets do
>   def select_sql
>     super << " WITH UR"
>   end
> end
>
> 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 https://groups.google.com/group/sequel-talk.
For more options, visit https://groups.google.com/d/optout.

Reply via email to