groupstats.pl: Refactor query handling.
authorThomas Hochstein <thh@inter.net>
Sun, 31 Oct 2010 20:34:04 +0000 (21:34 +0100)
committerThomas Hochstein <thh@inter.net>
Sun, 31 Oct 2010 20:34:04 +0000 (21:34 +0100)
Don't misuse variables:
- Push other binding vars to (new) @Params instead of
  filling up @GroupList with things it wasn't meant for.
- Replace generic @QueryPart by @QueryGroupList and
  @QueryThreshold, then build $WhereClause from that.
- Don't use $OrderClause for setting level (more or
  less than x), use (new) $Level instead.

Signed-off-by: Thomas Hochstein <thh@inter.net>

No differences found
This page took 0.010661 seconds and 4 git commands to generate.