datapusher icon indicating copy to clipboard operation
datapusher copied to clipboard

type mapping ignored!

Open moqri opened this issue 8 years ago • 0 comments

Example: TYPES = [messytables.StringType, messytables.DecimalType, messytables.FloatType, messytables.IntegerType] TYPE_MAPPING = {'String': 'text', 'Decimal': 'text', 'Float': 'text' , 'Integer':'text' }

Still Integer will be mapped to numeric!

moqri avatar Oct 07 '16 20:10 moqri