rails-sqlserver (Rails SQL Server)

Name
Rails SQL Server
Email
Website/Blog
http://rails-sqlserver.lighthouseapp.com/
Member Since
Nov 15, 2008 (about 1 year)

Following 0 githubbers and watching 1 repository view all →

Public Repositories (1)

  • 2000-2005-adapter

    SQL Server 2000, 2005 and 2008 Adapter For Rails

    legend

    Last updated Mon Nov 02 13:54:08 -0800 2009

Public Activity feed

rails-sqlserver commented on penwellr/2000-2005-adapter Mon Nov 02 13:54:33 -0800 2009
Comment in 0564f73:

Wooops, wrong URL... the concept for this request is applied here:
http://github.com/rails-sqlserver/2000-2005-adapter/commit/ad83df821022a7ff5297ba0a1ceee5335093a7a7

rails-sqlserver commented on penwellr/2000-2005-adapter Mon Nov 02 12:55:27 -0800 2009
Comment in 31b7a5c:

Going thru some forked commits and found this. Question: Does this solve a particular issue? When I created these, I made them class for the connection pools. So if a Apache/Passenger instance/fork was launched and it had a connection pool of 10, then expensive schema reflection happend once for that particular app instance/process. Would love more feedback on if this is something the core adapter should do.

rails-sqlserver commented on iawgens/2000-2005-adapter Mon Nov 02 12:14:51 -0800 2009
Comment in dea2dd2:

There are a few things wrong with this. First the class attribute access "enable_default_unicode_types" is for migration support so that you can just say :string and a national/unicode nvarchar(255) is made. Using that as a way for getting quoted_string_prefix() is problematic. For instance, this accessor is false by default in my app and yet I use unicode columns.

Second, you have added raw unicode data. I had it that way in the adapter a long time ago, but had to change it to support ruby 1.9. This change in the test cases would break under 1.9.

rails-sqlserver commented on iawgens/2000-2005-adapter Mon Nov 02 12:11:14 -0800 2009
Comment in 7ab3d63:

I am having trouble understanding this one. Can you detail what this is solving and/or describe a test case?

rails-sqlserver commented on rainux/rails-sqlserver-2000-2005-2008-adapter Mon Nov 02 10:13:50 -0800 2009
Comment in afb0579:

This is "real" interesting. I would like to know more about it on the Google list if you could. Other testers including myself on 2000/2005/2008 with unixODBC have not see this issue? Are you compiling with +utf8?

rails-sqlserver commented on rainux/rails-sqlserver-2000-2005-2008-adapter Mon Nov 02 10:12:44 -0800 2009
Comment in 0e69cb2:

Version 2.2.18 and forward have support for 2008 too. At some point too we will have better limit/offset code for 2005/2008 too.

rails-sqlserver commented on rainux/rails-sqlserver-2000-2005-2008-adapter Mon Nov 02 10:10:47 -0800 2009
Comment in a686290:

FYI, we are both on gemcutter and rubyforge under the proper canonical name of "activerecord-slqserver-adapter". Obviously, gemcutter is now the preferred gem site given all the recent news with Github and RubyForge.

rails-sqlserver commented on bfabry/2000-2005-adapter Mon Nov 02 10:08:56 -0800 2009
Comment in 8dca968:

This will make it in the next release. I wrote some regression tests too. http://github.com/rails-sqlserver/2000-2005-adapter/commit/1a619a6ccd25127bdb8c5522651213bc97a6a038