Thomas Steinhausen

Results 9 comments of Thomas Steinhausen

The rebase is done. The test suite is not yet totaly green: ``` $ ONLY_SQLSERVER=1 jruby -S bundle exec rake test:jdbc #=> 218 runs, 1349 assertions, 1 failures, 4 errors,...

$ONLY_SQLSERVER=1 jruby -S bundle exec rake test:jdbc The tests now look even better. Two tests still fail, but the errors stem from the same issue. I have a problem to...

Ok. I fixed the uuid issue. The ONLY_SQLSERVER tests are now all green! ``` $ ONLY_SQLSERVER=1 jruby -S bundle exec rake test:jdbc Finished in 36.358056s, 5.9959 runs/s, 37.2957 assertions/s. 218...

Hi. I worked some more on the jdbc mode. Travisci now also runs with jruby. Only one AR test case is still failing, the rest is green. 🎉 ``` $...

Hi @metaskills Did you already find some time to check this pull request?

Hi @metaskills. I did some investigation and found the cause for the above mentioned issue on jruby with killed threads and rollbacks. This has been fixed on jruby v9.1.14 (https://github.com/jruby/jruby/commit/d335c0cbbc4fe44bda4e16f4f647ae9cc3ed4528)...

Hi @metaskills. New year, new chance ;) Have you already had time to look into this PR?

I would like to see this pull request also to make it into the adapter. I already tested it with a medium sized rails 4.2 project which I did upgrade...

I have the same problem, but loading from github is not an option for me, because of corporate firewall rules. Thus I cloned the repository, switched to the v7.0.3 tag...