1. 03 Nov, 2009 1 commit
  2. 20 Oct, 2009 9 commits
  3. 19 Oct, 2009 6 commits
  4. 18 Oct, 2009 1 commit
    • Ramil Kalimullin's avatar
      Fix for bug#47963: Wrong results when index is used · df0b8e93
      Ramil Kalimullin authored
      Problem: using null microsecond part in a WHERE condition 
      (e.g. WHERE date_time_field <= "YYYY-MM-DD HH:MM:SS.0000") 
      may lead to wrong results due to improper DATETIMEs 
      comparison in some cases.
      
      Fix: comparing DATETIMEs as strings we must trim trailing 0's
      in such cases.
      df0b8e93
  5. 16 Oct, 2009 16 commits
  6. 15 Oct, 2009 7 commits