http://github.com/shri/ironruby/commit/5b80e2140cd4185a18e1aadaaaf6d7e585699d26
* More fixes to win32ole to get the ADO DBI driver working
- Convert return values from DBNull to nil, from System::Decimal to
String
* Also, removes support for indexed property syntax like
excel.Workbooks[1]. Instead, like win32ole, you need to use excel.Worksheets(1)
* Added WIN32OLE#setproperty to set indexed properties like
"worksheet.setproperty('Cells', i, j, value)"
Files changed
*
Merlin/Main/Languages/Ruby/Libs/win32ole.rb<http://github.com/shri/ironruby/commit/5b80e2140cd4185a18e1aadaaaf6d7e585699d26#diff-0>
*
Merlin/Main/Languages/Ruby/Tests/Interop/com/apps/adodb_spec.rb<http://github.com/shri/ironruby/commit/5b80e2140cd4185a18e1aadaaaf6d7e585699d26#diff-1>
*
Merlin/Main/Languages/Ruby/Tests/Interop/com/apps/excel_spec.rb<http://github.com/shri/ironruby/commit/5b80e2140cd4185a18e1aadaaaf6d7e585699d26#diff-2>
*
Merlin/Main/Languages/Ruby/Tests/Interop/com/apps/multi_office_spec.rb<http://github.com/shri/ironruby/commit/5b80e2140cd4185a18e1aadaaaf6d7e585699d26#diff-3>
Thanks,
Shri
_______________________________________________
Ironruby-core mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ironruby-core