On Wednesday, November 20, 2013 11:22:27 AM UTC-8, Marcel van Pinxteren
wrote:
>
> I created a sequel.rb in the initializers folder. I put the suggested
> lines there, but they have no effect. :(
>
Please post a self-contained example showing the problem. This appears to
work fine:
irb(main):002:0> DB.select(Sequel.as(1, :F)).first
=> {:f=>1}
irb(main):003:0> DB.identifier_output_method = nil
=> nil
irb(main):004:0> DB.select(Sequel.as(1, :F)).first
=> {:F=>1}
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.