1. 30 Jan, 2007 1 commit
    • gkodinov/kgeorge@macbook.gmz's avatar
      Bug #25643: SEC_TO_TIME function problem · a7af5383
      gkodinov/kgeorge@macbook.gmz authored
       Checking for NULL before calling the val_xxx()
       methods only checks for such arguments that are 
       known to be NULLs at compile time. 
       The arguments that may or may not contain
       NULLs (e.g. function calls and possibly others)
       are not checked at all.
       Fixed by first calling the val_xxx() method and
       then checking for null in SEC_TO_TIME().
       In addition QUARTER() was not returning 0 (as all the 
       val_int() functions do when processing a NULL value).
      a7af5383
  2. 24 Jan, 2007 9 commits
  3. 23 Jan, 2007 10 commits
  4. 22 Jan, 2007 5 commits
  5. 19 Jan, 2007 15 commits