Project

General

Profile

« Previous | Next » 

Revision 4388

sql_io.py: null_strs: Added 'UNKNOWN'

View differences:

sql_io.py
18 18

  
19 19
##### Data cleanup
20 20

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

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

Also available in: Unified diff