SQL-Server Rails 2.0 and Nulls

will the patch in Ticket #8886 be applied to the sqlserver gem.
also since the gems are hosted on the rails sites how can i get more
information on the communities that are updating them?

will the patch in Ticket #8886 be applied to the sqlserver gem.

I second this call.

It would also be nice if activerecord-sqlserver-adapter was published as
a gem. I had to download and install the adapter by hand, rails-2.0
release notes to the contrary notwithstanding.

  • donald

it is a gem

gem install activerecord-sqlserver-adapter -s
http://gems.rubyonrails.org

but it seems to be the exact file out of rails 1.2.+ so it inst able
to handle NULLS in sql2k5 and a few other things.

On Dec 13, 12:32 pm, “Ball, Donald A Jr (Library)”

Ball, Donald A Jr (Library) wrote:

will the patch in Ticket #8886 be applied to the sqlserver gem.

I second this call.

It would also be nice if activerecord-sqlserver-adapter was published as
a gem. I had to download and install the adapter by hand, rails-2.0
release notes to the contrary notwithstanding.

  • donald

Thirds! I have manually applied the 8886 patch to the
sqlserver_adapter.rb (attached if someone wants it) in the 1.0.0 gem,
and it works like a charm so far… let’s get this released as a patch
soon.

-Warren