1. 06 Mar, 2007 1 commit
  2. 02 Mar, 2007 2 commits
    • gkodinov/kgeorge@macbook.gmz's avatar
      fixed win32 warning · 76995281
      gkodinov/kgeorge@macbook.gmz authored
      76995281
    • gkodinov/kgeorge@macbook.gmz's avatar
      Bug #19342: · be755931
      gkodinov/kgeorge@macbook.gmz authored
      Several problems here :
       1. The conversion to double of an hex string const item
       was not taking into account the unsigned flag.
       
       2. IN was not behaving in the same was way as comparisons
       when performed over an INT/DATE/DATETIME/TIMESTAMP column
       and a constant. The ordinary comparisons in that case 
       convert the constant to an INTEGER value and do int 
       comparisons. Fixed the IN to do the same.
       
       3. IN is not taking into account the unsigned flag when 
       calculating <expr> IN (<int_const1>, <int_const2>, ...).
       Extended the implementation of IN to store and process
       the unsigned flag for its arguments.
      be755931
  3. 09 Feb, 2007 2 commits
  4. 08 Feb, 2007 3 commits
  5. 07 Feb, 2007 8 commits
  6. 06 Feb, 2007 3 commits
  7. 05 Feb, 2007 1 commit
  8. 03 Feb, 2007 2 commits
  9. 02 Feb, 2007 11 commits
  10. 01 Feb, 2007 7 commits