Project

General

Profile

« Previous | Next » 

Revision 4241

db_xml.py: Moved input_col_prefix above the put() function that uses it

View differences:

lib/db_xml.py
50 50
    
51 51
    def __str__(self): return self.name
52 52

  
53
input_col_prefix = '$'
54

  
53 55
put_special_funcs = set(['_simplifyPath'])
54 56

  
55 57
def put(db, node, row_ins_ct_ref=None, on_error=exc.reraise,
......
179 181
# Controls when and how put_table() will partition the input table
180 182
partition_size = 500000 # rows
181 183

  
182
input_col_prefix = '$'
183

  
184 184
def put_table(db, node, in_table, in_row_ct_ref=None, row_ins_ct_ref=None,
185 185
    limit=None, start=0, on_error=exc.reraise, col_defaults={}):
186 186
    '''

Also available in: Unified diff