Hello everyone, I've recently built a new sequel driver for the Firebird database which currently works fairly well for me. It's the standard level of roughness for a new driver but it does do the job for me.
Column names are currently all upper case and for table creation both sequences and the triggers for primary key generation are locked into a particular naming convention. The driver also needs a variant of the Fb ruby driver located here - http://github.com/wishdev/fb/tree/master The sequel driver is located in my fork here - http://github.com/wishdev/sequel/tree/master I really like the way sequel is laid out - outside of a single change adding the adapter name to the lib/sequel_core/database.rb file to add in the adapter - everything is located in the firebird.rb file which makes it nice and organized (even if the file itself is a little messy :) ). Hope someone finds this of use. John W Higgins [email protected] --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
