Revision 3090
Added by Aaron Marcuse-Kubitza over 12 years ago
lib/sql_gen.py | ||
---|---|---|
586 | 586 |
|
587 | 587 |
default = CustomCode('DEFAULT') |
588 | 588 |
|
589 |
row_count = CustomCode('count(*)')
|
|
589 |
row_count = FunctionCall(InternalFunction('COUNT'), all_cols)
|
|
590 | 590 |
|
591 | 591 |
class Coalesce(FunctionCall): |
592 | 592 |
def __init__(self, *args): |
Also available in: Unified diff
sql_gen.py: row_count: Use new all_cols