> * Put adapter files in lib/sequel/adapters. Requiring sequel/<adapter> > is now deprecated. Users can now just require 'sequel' and adapters > are automagically loaded (#93). >
I am overriding some functionality in the odbc adapter in order to add mssql specific stuff. I'm running this with merb and found that it still works if I do require 'sequel/adapters/odbc', right before I require my patch. Is there any other recommended ways of doing it? I can attach my patch if you'd like to see it. I'm opening Sequel::ODBC::Dataset. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
