[backend/ckan,bugfix][s]: map types better.
This commit is contained in:
@@ -93,8 +93,11 @@ this.recline.Backend.Ckan = this.recline.Backend.Ckan || {};
|
|||||||
|
|
||||||
var CKAN_TYPES_MAP = {
|
var CKAN_TYPES_MAP = {
|
||||||
'int4': 'integer',
|
'int4': 'integer',
|
||||||
|
'int8': 'integer',
|
||||||
'float8': 'float',
|
'float8': 'float',
|
||||||
'text': 'string'
|
'text': 'string',
|
||||||
|
'json': 'object',
|
||||||
|
'timestamp': 'date'
|
||||||
};
|
};
|
||||||
|
|
||||||
}(jQuery, this.recline.Backend.Ckan));
|
}(jQuery, this.recline.Backend.Ckan));
|
||||||
|
|||||||
Reference in New Issue
Block a user