Revision 3089
Added by Aaron Marcuse-Kubitza over 12 years ago
sql_gen.py | ||
---|---|---|
582 | 582 |
|
583 | 583 |
##### Value exprs |
584 | 584 |
|
585 |
all_cols = CustomCode('*') |
|
586 |
|
|
585 | 587 |
default = CustomCode('DEFAULT') |
586 | 588 |
|
587 | 589 |
row_count = CustomCode('count(*)') |
Also available in: Unified diff
sql_gen.py: Added all_cols