Changes between Initial Version and Version 1 of Ticket #4354


Ignore:
Timestamp:
Nov 25, 2011, 1:54:32 PM (12 years ago)
Author:
Even Rouault
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4354 – Description

    initial v1  
    1010What is a bit annoying here is that ogr_sql.html says that : "As a special case, the COUNT() operator can be given a "*" argument instead of a field name which is a short form for count all the records though it would get the same result as giving it any of the column names [...]"
    1111
    12 If we fix the current behaviour to be conformant with the standard, it can break assumptions made by users.
     12If we fix the current behaviour to be conformant with the standard, it can break assumptions made by users. But currently, there's an inconsistency if you look at the result of -sql "select sum(foo), count(foo), avg(foo) from bar" when there are null values