See implementations for count(), max(), and sum() in html/inc/db_conn.inc in particular the $clause argument which needs to start with a DB specific keyword for the latter two functions but must not start with a keyword for count(). This is inconsistent when using the functions.
Make this consistent as in: Do not require the keyword to be part of the argument.
See implementations for
count(),max(), andsum()inhtml/inc/db_conn.incin particular the$clauseargument which needs to start with a DB specific keyword for the latter two functions but must not start with a keyword forcount(). This is inconsistent when using the functions.Make this consistent as in: Do not require the keyword to be part of the argument.