On Dec 26 2008, 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.
I just had time to have a deeper look at this, and it looks almost fit for inclusion. Most of the changes I would make are stylistic (to_sym instead of intern). > The driver also needs a variant of the Fb ruby driver located here > -http://github.com/wishdev/fb/tree/master Is there a reason they need your variant? Could it be changed to just monkey patch the official Fb ruby driver (similar to what Sequel does with MySQL and PostgreSQL)? I hope to merge this later this week. 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 -~----------~----~----~----~------~----~------~--~---
