This post originated from an RSS feed registered with Ruby Buzz
by Leon Katsnelson.
Original Post: IBM_DB 1.0.2 released
Feed Title: DB2 on Rails
Feed URL: http://feeds.feedburner.com/DB2OnRails
Feed Description: Agile development for enterprises large and small
A few days ago the IBM API team released an update for the Ruby driver and Rails adapter for IBM databases. This specific release of the IBM_DB gem (1.0.2) fixes a couple of LOB related bugs that were recently found, and adds support for the timeout parameter for ActiveRecord. In practice this means that you’ll now be able to specify a timeout value within your config/database.yml file, which expresses the amount of time in milliseconds before an attempt to establish a connection with DB2 timeouts.
For example, the development section of said configuration file may look like this: