Project

General

Profile

« Previous | Next » 

Revision 13078

lib/sql_gen.py: map_expr(): documented that this is a special case of bin/repl SQL identifier handling which does not handle entire source files

View differences:

sql_gen.py
1196 1196
    
1197 1197
    this can also be done in Postgres with expression substitution
1198 1198
    (wiki.vegpath.org/Postgres_queries#expression-substitution)
1199
    
1200
    this is a special case of bin/repl SQL identifier handling which does not
1201
    handle entire source files
1199 1202
    '''
1200 1203
    for out, in_ in mapping.iteritems():
1201 1204
        orig_expr = expr

Also available in: Unified diff