logo       

Re: dbi.rb Timestamp#== method: msg#00011

Subject: Re: dbi.rb Timestamp#== method
On Mon, Jun 14, 2004 at 11:17:57AM -0700, Brad Hilton wrote:
> Hello,
> 
> After installing the latest ruby-dbi I started having a problem when
> comparing ruby Time objects with ruby-dbi Timestamp objects.
> Timestamp#== checks to see if year, month, day, hour, minute,
> second and fraction() equal that of the other object.  But this causes
> an exception if the object doesn't respond to one of those methods.  It
> so happens that ruby Time objects don't define #minute.
> 
> How about adding a simple check like:
> 
>    [:year, :month, :day, :hour, :minute, :second, :fraction].each do |meth|
>      return false unless a.respond_to?(meth)
>    end

Hm, how about extending the Time class for #minute? Or comparing with #min 
instead?

  class Time
    alias minute min
    def fraction() nil end
  end 

Would that help?

Regards,

  Michael


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

Recently Viewed:
linux.arklinux....    user-groups.lin...    kde.usability/2...    ietf.ipp/2002-0...    mail.spam.spamc...    os.netbsd.devel...    audio.cd-record...    text.unicode.de...    php.documentati...    games.fps.halfl...    window-managers...    suse.oracle.gen...    bug-tracking.gn...    video.dvdrip.us...    xfree86.cvs/200...    java.netbeans.m...    network.argus/2...    culture.sf.kill...    debian.ports.al...    freebsd.questio...    qplus.devel/200...    handhelds.palm....   
Home | blog view | USPTO Patent Archive | advertise | OSDir is an inevitable website. super tiny logo

Free Magazines

Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe

Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe

The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business.
subscribe

Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe

Total Telecom Total Telecom is "The Economist of the communications industry".
subscribe