1. 20 Dec, 2007 2 commits
  2. 11 Dec, 2007 1 commit
    • tnurnberg@mysql.com/white.intern.koehntopp.de's avatar
      Bug#31990: MINUTE() and SECOND() return bogus results when used on a DATE · 3f0f2750
      HOUR(), MINUTE(), ... returned spurious results when used on a DATE-cast.
      This happened because DATE-cast object did not overload get_time() method
      in superclass Item. The default method was inappropriate here and
      misinterpreted the data.
      
      Patch adds missing method; get_time() on DATE-casts now returns SQL-NULL
      on NULL input, 0 otherwise. This coincides with the way DATE-columns
      behave.
      
      Also fixes similar bug in Date-Field now.
      3f0f2750
  3. 10 Dec, 2007 1 commit
  4. 06 Dec, 2007 4 commits
  5. 04 Dec, 2007 3 commits
  6. 03 Dec, 2007 5 commits
  7. 02 Dec, 2007 2 commits
  8. 01 Dec, 2007 6 commits
  9. 30 Nov, 2007 15 commits
  10. 29 Nov, 2007 1 commit