> 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.
Perhaps the best way is to implement an adapter that subclasses the ODBC adapter. Can you show your code? best sharon --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
