Project

General

Profile

« Previous | Next » 

Revision 4915

sql_io.py: null_strs: Added '-'

View differences:

sql_io.py
18 18

  
19 19
##### Data cleanup
20 20

  
21
null_strs = ['', r'\N', 'NULL', 'UNKNOWN', 'nulo']
21
null_strs = ['', '-', r'\N', 'NULL', 'UNKNOWN', 'nulo']
22 22

  
23 23
def cleanup_table(db, table):
24 24
    table = sql_gen.as_Table(table)

Also available in: Unified diff