Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

du sql query: eliminate use of count(a.*) #72

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Aug 9, 2020

  1. du sql query: eliminate use of count(a.*)

    The particular syntax count(a.*) in this query doesn't parse
    on mariadb (or, presumably, mysql).  Counting a.uid is equivalent;
    we can be confident that there aren't any rows without uid
    set because the query includes 'a.uid is not NULL'.
    
    Addresses wamdam#71
    Andrew Bogott committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    889e1bd View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

  1. Add missing wane

    Andrew Bogott committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    7e5fe9b View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    5ad3d48 View commit details
    Browse the repository at this point in the history