The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
It's alive! ALIVE!

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
Daniel Berger

Posts: 1383
Nickname: djberg96
Registered: Sep, 2004

Daniel Berger is a Ruby Programmer who also dabbles in C and Perl
It's alive! ALIVE! Posted: Feb 17, 2006 8:11 PM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Daniel Berger.
Original Post: It's alive! ALIVE!
Feed Title: Testing 1,2,3...
Feed URL: http://djberg96.livejournal.com/data/rss
Feed Description: A blog on Ruby and other stuff.
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Daniel Berger
Latest Posts From Testing 1,2,3...

Advertisement
After a long hiatus, there will be a new DBI package out sometime this weekend. Hooray! It's mostly been Francis and myself, but Kirk and Patrick have been somewhat involved as well. So, what's new?

* A few minor bug fixes, including a nicer error message when a driver fails to load properly.
* Refactored lots of existing code, especially row.rb, which should provide some minor speedup.
* Added lots of comments to the existing source in preparation for rdoc.
* Added many more tests, which now use test/unit instead of the older RUnit.

No gem yet, though. Next release hopefully. We have to work on some other things first. These include:

* A Rakefile.
* More bug fixes.
* Whether or not to distribute the drivers with the dbi package. I'm pushing to remove these completely, and have them packaged separately and gemified. Easier to manage and maintain that way.
* The DBI::Time, DBI::Date, and DBI::Timestamp classes. I'd like to ditch these in favor of using Ruby's builtin Time and Date classes, leaving us only the Timestamp class to write ourselves. Trying to remove these might be painful, though.
* Bug fixes for the drivers themselves.

This release will not be without incident, however. I've already hit a nasty bug with the postgres-pr driver and the latest one-click installer for 1.8.4. I don't hit it with a custom built 1.8.4, though, which leaves me to conclude that it's a compiler (VC++ 6) issue.

Read: It's alive! ALIVE!

Topic: Announcing Ackbar Previous Topic   Next Topic Topic: RailsConf 2006 - Second time's the charm

Sponsored Links



Google
  Web Artima.com   

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