On Nov 25, 2:55 pm, "Wesley Moore" <[EMAIL PROTECTED]> wrote: > On Wed, Nov 26, 2008 at 4:55 AM, Jeremy Evans <[EMAIL PROTECTED]> wrote: > > Thanks, > > applied:http://github.com/jeremyevans/sequel/commit/0c7c893c5093337008f59de68... > > > Do the Oracle adapter specs run correctly? Did you try running the > > integration tests with the Oracle adapter? > > > Jeremy > > I rand the adapter tests. There was a problem using DESC in the order by > method: > > NoMethodError in 'An Oracle dataset should return the correct records' > undefined method `DESC' for :value:Symbol > ./spec/adapters/oracle_spec.rb:75: > > NoMethodError in 'Joined Oracle dataset should return correct result' > undefined method `DESC' for :books__id:Symbol > ./spec/adapters/oracle_spec.rb:218:
Symbol#DESC was removed in Sequel 2.0, so I just pushed a patch to change it to Symbol#desc: http://github.com/jeremyevans/sequel/commit/cde6c93d3dd1c29b7fb1229b513c0e060d5f334f. Hopefully that fixes the issue and the spec doesn't fail now. > I haven't run the integration tests, I'll do that later today. Thanks. Jeremy --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sequel-talk" group. To post to this group, send email to sequel-talk@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---