The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
Playing Active Records on MS SQLServer and DB2

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
David Heinemeier Hansson

Posts: 484
Nickname: webster132
Registered: Jan, 2003

Rails is an open source web-application framework for Ruby
Playing Active Records on MS SQLServer and DB2 Posted: Dec 28, 2004 4:24 PM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by David Heinemeier Hansson.
Original Post: Playing Active Records on MS SQLServer and DB2
Feed Title: Riding Rails
Feed URL: http://sedoparking.com/search/registrar.php?domain=®istrar=sedopark
Feed Description: The knowledge diff for all things Rails
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by David Heinemeier Hansson
Latest Posts From Riding Rails

Advertisement

The work originally started by Joey Gibson on the MS SQLServer adapter around RubyConf is now finally nearing completion. The adapters have been charged with adding the LIMIT-condition and that made it possible to do the “SELECT TOP X” style that SQL Server needs without dirty hacks.

So the current sqlserver adapter in Subversion is actually quite functional and passing almost all of the unit tests. DeLynn Berry has accepted the responsibility for tying up the loose ends.

At the same time, Maik Schmidt has been busy finishing the DB2 adapter, which is already available as a patch on Trac. This baby is passing everything but the DB-specific OFFSET test, so you should happily be able to use that right away.

So it looks like Active Record will finally see the adoption of new adapters in the next release. On the horizon is a long-awaited Oracle adapter by Jim Weirich and a FrontBase adapter by Eric Ocean.

Oh, and I almost forgot, Jeremy Kemper has uploaded the first patch for the changes needed to make the SQLite adapter compatible with the new SQLite3 bindings by Jamis Buck.

Read: Playing Active Records on MS SQLServer and DB2

Topic: Because Air Travel Just Isn't as Annoying As it Could Be Previous Topic   Next Topic Topic: Small World

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use