On Oct 5, 3:22 pm, cult hero <[email protected]> wrote: > I just installed 3.5 and fired up a Ramaze project I'm working on > and... BOOM! > > /opt/local/lib/ruby/gems/1.9.1/gems/sequel-3.5.0/lib/sequel/core.rb: > 165:in `require': /opt/local/lib/ruby/gems/1.9.1/gems/sequel-3.5.0/lib/ > sequel/adapters/shared/mssql.rb:230: syntax error, unexpected ':', > expecting keyword_then or ',' or ';' or '\n' (SyntaxError) > /opt/local/lib/ruby/gems/1.9.1/gems/sequel-3.5.0/lib/sequel/adapters/ > shared/mssql.rb:232: syntax error, unexpected keyword_when, expecting > keyword_end > when Array: > > I'm running Ruby 1.9.1p243 and I believe the colon syntax is > depreciated.
That's definitely a bug. According to git blame, this is jfirebaugh's fault. :p I don't test MSSQL on ruby 1.9 (only on 1.8 and JRuby), which is why I didn't catch this. I'll see if I can add ruby 1.9 to my test windows box so I can start testing MSSQL support on 1.9. I've fixed it in my clone, I'll push to github later today. Jeremy --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sequel-talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sequel-talk?hl=en -~----------~----~----~----~------~----~------~--~---
