On Apr 5, 11:52 am, Jeremy Evans <[email protected]> wrote: > On Apr 3, 9:07 pm, Jeremy Evans <[email protected]> wrote: > > > The code for this is in the log branch on github (http://github.com/ > > jeremyevans/sequel/commits/log). I don't often publish my WIP > > branches (often I'll just post links to patches here), but I decided > > to in this case to make it easier for other people to test, and > > hopefully get some of you to help me convert some adapters. I've > > already converted the PostgreSQL and SQLite adapters, but the other > > adapters have not been converted yet. I will be doing MySQL, JDBC, > > DO, ODBC, Amalgalite, and ADO myself, since I can test those. > > The logging change for these adapters has been pushed to github > > > other adapters (DB2, DBI, Firebird, Informix, OpenBase, and Oracle), I > > would like the community to submit patches for. > > I'll probably commit patches for these adapters as well fairly soon, > but I would really like the community to test them if possible before > 3.11.0 is released.
I've committed modifications for the remaining adapters (untested as I don't have access), and merged the log branch back into the master branch. So Sequel now officially supports the log_yield API, and log_info is considered deprecated, though it will remain available at least until 4.0 (which isn't even on the horizon currently). Give the master branch a shot and let me know what you think. 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.
