Re: Considering Removing Some Adapters

2015-04-09 Thread Jeremy Evans
On Thursday, April 9, 2015 at 7:39:44 AM UTC-7, Adrian Marius Popa wrote: > > Could you try testing firebird with the official driver ? > I have, multiple times, though the last time was probably a couple years ago. Last I checked, the firebird adapter did not work, at all, with the official fb

Re: Considering Removing Some Adapters

2015-04-09 Thread Adrian Marius Popa
Could you try testing firebird with the official driver ? I will check and create a patches request with old wishdev driver where it makes sense (Modifications for Sequel ORM patches) https://github.com/rowland/fb/compare/master...wishdev:master other patches are not needed (ruby 1.9.x is suppo

Re: Considering Removing Some Adapters

2015-04-08 Thread Andrew Burleson
Hey Jeremy, I think this is a good decision, you've clearly identified these adapters are not in meaningful use, and the health of the project as a whole will be easier to maintain with these dead or extremely stale "branches" pruned. Cheers! Andrew On Friday, April 3, 2015 at 2:34:52 PM UTC-4

Re: Considering Removing Some Adapters

2015-04-06 Thread Christian MICHON
Hi Jeremy. I used informix once, but later moved to jruby and used jdbc instead. Thanks for your hard work. On Fri, Apr 3, 2015 at 8:34 PM, Jeremy Evans wrote: > I'm considering removing the following adapters from Sequel: > > * db2: Old db2 adapter that uses db2/db2cli, which I think only wor

Considering Removing Some Adapters

2015-04-03 Thread Jeremy Evans
I'm considering removing the following adapters from Sequel: * db2: Old db2 adapter that uses db2/db2cli, which I think only works on ruby 1.8. Passes tests, but extremely slowly (20 minutes per run). No reports of use, and any users should be able to switch to the ibmdb adapter. * dbi: Never t