<enebo[m]>
rdubya: I don't remember was 5.0 the first targetted version for mssql?
<rdubya[m]>
yeah
<rdubya[m]>
right now it supports 50 and 51
<rdubya[m]>
maybe i'll get my act together and get 52 out someday âšī¸
<enebo[m]>
rdubya: ok no problem and this has no risk of affecting any other adapters
<enebo[m]>
but it does require everything else get released
<enebo[m]>
it is just how arjdbc works
<rdubya[m]>
yeah unfortunatly
<enebo[m]>
rdubya: ok 50 forward then
<rdubya[m]>
thanks
<enebo[m]>
rdubya: so we get no test results from this so I will take it that there is nothing else needed at this point and we can just merge and release
<rdubya[m]>
yeah, it should be good
<enebo[m]>
coolio...thanks
<enebo[m]>
If I remember right the main reason we have this single common dep is that the java itself is a common base class for multiple adapters so we cannot just replicate that code if it contains the same package name
<enebo[m]>
and because of modules we also would need to make a 2 modules if we wanted to extend the adapter specific java into the specific gem which would use it.
<enebo[m]>
This last PR if mssql was shipped in the same gem as mssql would not have required these extra releases
<enebo[m]>
I am not saying I want to do this work today but us arjdbc hackers should think about unwrapping at least this issue so db-specific fixes do not force all adapters to be released.
<rdubya[m]>
yeah, that would be great to break that dependency
<headius[m]>
oh for the love of
<headius[m]>
spent probably six hours on this spawn thing and it turns out it is opening a redirect file for read
<headius[m]>
so nothing writes but since errno is redirected I never see it
<headius[m]>
oy vey
<headius[m]>
ok I think I have just about fixed everything I can in spawn
<headius[m]>
enebo: there is one marked for linux you might be able to confirm