On 1/5/09, Jeremy Evans <[email protected]> wrote:
>
>
> On Dec 26 2008, 8:34 pm, "John W Higgins" <[email protected]> wrote:
> > Hello everyone,
>
> > 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.



A lot of the change could realistically be avoided in the driver and either
moved to a monkeypatch or just ignored (like compiler warnings which affect
nothing). However the biggest and needed change is to make the "RETURNING"
clause work which currently has issues in the existing driver. There is
really no way around that one because of the C code modifications.

If you could give me another week to clean things up just slightly....I
probably stuck my head out of the gopher hole a little too quick and I'm
cleaning up a few things that I've noticed along the way and making things a
little nicer internally (following the opts concept rather then listing 5
parameters to a call and such). Also adding a few more convenience methods
for trigger creation and such (along the lines of the PostgreSQL adapter).

Jeremy
>
>

John

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to