Code review comment for lp:~adeuring/launchpad/bug-739052

Revision history for this message
Robert Collins (lifeless) wrote :

I think

  SELECT ... FROM ...
  WHERE (original_clause AND col1 >= memo1 AND col2 >= memo2
         AND col3 > memo3)

is whats needed ?

« Back to merge proposal