Hey Folks,
Ok, so I’ve finally gotten around to creating a github fork[1] of
activerecord-jdbc-adapter so I can start working on properly adding in
the DB2 enhancements I’ve been using locally.
I even managed to compile and make a proper gem However, I’m now
trying to make sure the existing DB2 test cases pass before I go
monkeying around. I created a local database and modified test/db/db2.rb
to use it. Seems to connect fine. However, jruby -S rake test_db2
produces mostly errors:
35 tests, 4 assertions, 1 failures, 64 errors
I’ve managed to get this down to just a few errors by more forcefully
stripping simple_integer’s limit off, see [2] (not totally sure why this
works actually).
35 tests, 53 assertions, 4 failures, 1 errors
Just want to be sure a) I’m running the right rake task, and b) I don’t
have something grossly mis-configured before assuming this is the
current state of the DB2 adapter test cases
I’m using the tip of nicksieger’s master git tree, DB2 9.7 and
active-record 2.3.8 (for now) on Linux.
Thanks!
- nick
[1] http://github.com/kreucher/activerecord-jdbc-adapter
[2] http://gist.github.com/483759
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email