On Friday, August 16, 2013 11:46:45 AM UTC-7, GregD wrote: > Thanks! I have it working now. I've started to delete a lot of > unnecessary code from the old copy of mssql adapter that I copied from. I > looked at others and re-engineered the Dataset#fetch_rows and > Database#execute methods. I've updated the gist, but it is far from done. > I'll continue to fix the failing code and hopefully I can get a native one > working here soon. >
Sounds good, please let me know if you need more help. As far as a jdbc one, I should be able to do that fairly quickly since I > had the Sybase java jconn4 stuff working years ago. I'll send it though > its paces (integration test) using the latest jruby. > Adding jdbc support is usually easy if you have a working shared adapter. There's just some small glue in jdbc.rb and a small subadapter file to tie everything together. > As far a ODBC, is there anything there other than running the tests on a > Windows box? I'd like to leave the odbc out, but we are a java shop that > runs our software on Windows and in some cases we go through a ODBC pipe on > Windows servers (can I say yuck to windows?). > I only test the odbc adapter on Windows. I know people have used it with UnixODBC, but from what I've heard it is a big pain to setup. Thanks, Jeremy -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sequel-talk. For more options, visit https://groups.google.com/groups/opt_out.
