Project

General

Profile

« Previous | Next » 

Revision 2844

sql_gen.py: CompareCond.to_str(): Always wrap the left-side column if it's nullable. Wrap the right-side value if the left side was wrapped, rather than if both the left and right side are nullable. This causes coalesce() indexes to be used to look up NULL values using the value NULL gets coalesced to, rather than doing a sequential scan.

  • added
  • modified
  • copied
  • renamed
  • deleted