Project

General

Profile

« Previous | Next » 

Revision 3714

sql_io.py: put_table(): Fixed bug where Missing mapping for NOT NULL column errors should actually be warnings because sometimes the mappings include extra tables which aren't used by the dataset

View differences:

lib/sql_io.py
2 2

  
3 3
import copy
4 4
import operator
5
import warnings
5 6

  
6 7
import exc
7 8
import dicts

Also available in: Unified diff