Project

General

Profile

« Previous | Next » 

Revision 5569

sql_io.py: row_num_col_def: Changed type to integer so the row_num can be populated directly by the insert process

View differences:

sql_io.py
225 225

  
226 226
row_num_col_def = copy.copy(sql.row_num_col_def)
227 227
row_num_col_def.name = 'row_num'
228
row_num_col_def.type = 'integer'
228 229

  
229 230
def append_csv(db, table, stream_info, stream, use_copy_from=True):
230 231
    assert sql.table_col_names(db, table) == stream_info.header

Also available in: Unified diff