|
@@ -103,7 +103,7 @@ def get_field_types(row):
|
|
|
test_fns = [('int', int),
|
|
test_fns = [('int', int),
|
|
|
('float', float),
|
|
('float', float),
|
|
|
('boolean', test_boolean),
|
|
('boolean', test_boolean),
|
|
|
- ('date', test_timestamp)]
|
|
|
|
|
|
|
+ ('tdate', test_timestamp)]
|
|
|
field_types = []
|
|
field_types = []
|
|
|
for field in row:
|
|
for field in row:
|
|
|
field_type = None
|
|
field_type = None
|