Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.1.2
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:ActiverRecord 0.8.2 on OSX 10.5
-
Testcase included:yes
-
Patch Submitted:Yes
-
Number of attachments :
Description
I have updated the sybase driver to pass all simple unit tests - see results below:
$ rake test_sybase_jtds
(in /Users/leigh/src/ruby/jruby-extras/trunk/activerecord-jdbc)
Loaded suite /java/jruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake/rake_test_loader
Started
...............
Finished in 1.856 seconds.
15 tests, 25 assertions, 0 failures, 0 errors
Test against Sybase versions 12.5.1 and 15.02. Requires database option "select into/bulk copy" enabled on the database to pass all tests.
Note this only works with jTds. Jconnect (the Sybase supplied jdbc driver) is not yet working and will require a bit more work.