pspp-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Nevermind, I fixed the DATEDIFF problem


From: Daniel E WILLIAMS
Subject: Nevermind, I fixed the DATEDIFF problem
Date: Fri, 15 Dec 2006 07:53:28 -0800

Hello.  I changed the line in operations.def for DATEDIFF that specifies the order, and it worked.  The diff file is:
 
$ diff  operations.def.~1.13.~  operations.def
322c322
< no_abbrev function DATEDIFF (date1 >= DAY_S, date2 >= DAY_S, string unit)
---
> no_abbrev function DATEDIFF (date2 >= DAY_S, date1 >= DAY_S, string unit)
Dan
 


>>> Ben Pfaff <address@hidden> 12/13/2006 7:37:15 PM >>>

Update of patch #5637 (project pspp):

                  Status:                    None => Done                  
             Open/Closed:                    Open => Closed                

    _______________________________________________________

Follow-up Comment #2:

>I didn't closly inspect the results in the tests.

I'm pretty sure of the results as far as they go, because I generated them by
hand.  Could easily be I didn't test some important case, but that's the way
it goes.

Daniel, I checked this in.  Let me know if it doesn't work for you.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?5637>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/


reply via email to

[Prev in Thread] Current Thread [Next in Thread]