Skip to content

basic DB function inconsistency (count, max, sum, ...) #1814

Description

@ChristianBeer

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    • Status
      Backlog

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions