Re: [Ironruby-core] Review: miscellaneous fixes

2010-09-02 Thread Tomas Matousek
I've just merged your changes into the main repo. Sorry for the delay, we had some technical problems with our sync server. Tomas -Original Message- From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Daniele Alessandri Sent: Sunday, August

Re: [Ironruby-core] Ironruby on Rails with SQL Azure

2010-09-02 Thread Will Green
Should probably change the RegExp to match after the dash (10.x.x.x), and use that as the version, rather than, e.g., 2008, 2005, 2000, etc. -- Will Green http://hotgazpacho.org/ On Thu, Sep 2, 2010 at 7:54 AM, Ameer Deen wrote: > Got it. There's a small issue with sqlserver_adapter.rb and the

Re: [Ironruby-core] Ironruby on Rails with SQL Azure

2010-09-02 Thread Ameer Deen
Got it. There's a small issue with sqlserver_adapter.rb and the way Micrsoft Azure advertises it's version. There is a database_year function that tries to determine the version of SQL Server from the output of the following query: "SELECT @@version" For Non Azure SQL Server databases, the out