Project

General

Profile

« Previous | Next » 

Revision 2393

sql.py: mk_flatten_mapping(), flatten(): Take list of cols to select instead of using all cols in all tables to join

View differences:

sql_gen.py
93 93
    
94 94
    def to_Col(self): return self
95 95

  
96
def is_table_col(col): return col.table != None
97

  
96 98
def as_Col(col, table=None):
97 99
    assert col != None
98 100
    

Also available in: Unified diff