On Dec 26, 8:34 pm, "John W Higgins" <[email protected]> wrote: > 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.
I'd definitely like to get this added to the main branch. I'm currently on vacation, but I should be able to merge your branch when I get back (around the first week of January). 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 -~----------~----~----~----~------~----~------~--~---
