• Bruce Momjian's avatar
    Add: · 5c9a46f6
    Bruce Momjian authored
    * %Make row-wise comparisons work per SQL spec
    
      Right now, '(a, b) < (1, 2)' is processed as 'a < 1 and b < 2', but
      the SQL standard requires it to be processed as a column-by-column
      comparison, so the proper comparison is '(a < 1) OR (a = 1 AND b < 2)'.
    5c9a46f6
TODO.html 53.1 KB