Sequel.quote_identifiers = false
Worked! So I have these settings: Sequel.quote_identifiers = false Sequel.identifier_output_method = :upcase Sequel.datetime_class = DateTime Thanks again. On Sep 21, 1:19 pm, Jeremy Evans <[email protected]> wrote: > On Sep 21, 8:56 am, gregh <[email protected]> wrote: > > > print securities.filter(:ACCOUNT => '333').sql > > outputs: > > SELECT * FROM "CAMDATA" WHERE ("ACCOUNT" = '333') > > > But > > securities.filter(:ACCOUNT => '333').each{|x| p x} > > You could try turning of identifier quoting, but other than that I > can't think of anything. Really, it's all going to depend on how > complete the JET engine's SQL emulation is for Excel. > > Jeremy --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sequel-talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sequel-talk?hl=en -~----------~----~----~----~------~----~------~--~---
