Changes between Version 1 and Version 2 of Ticket #33018, comment 2


Ignore:
Timestamp:
Aug 13, 2021, 11:44:22 AM (3 years ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33018, comment 2

    v1 v2  
    99}}}
    1010
    11 It also seems weird that we default to `0` as opposed to `NULL` which would be a more correct value.
     11It also seems weird that we default to `0` as opposed to `NULL` which would be a more correct value for a non-coalesced annotation.
    1212
    1313Alternatively we could adjust `Coalesce.as_sql` to catch `EmptyResultSet` when it's compiling its source expressions but that's more involved as most of the logic for that currently lives in `Func.as_sql`. We could also use both of these approaches.
Back to Top