On Jan 5, 1:48 pm, "John W Higgins" <
wish...@gmail.com> wrote:
> 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 your repository is necessary (and if you need to make modifications
at the C level, it probably is), then that's what Sequel will be
using. I'm not sure if it is documented in the RDoc, but if not,
please add it.
> 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).
Sure, take as much time as you need and let me know when you think it
is ready. I might release a 2.8.1 this week then and put the Firebird
adapter in the following release (which will probably be 2.9.0).
Jeremy