Going green: support numeric NaN values for dataviews
This commit is contained in:
parent
e44d418db3
commit
5555b8ad8e
@ -30,7 +30,8 @@ BaseDataview.prototype.search = function(psql, userQuery, callback) {
|
||||
|
||||
var FLOAT_OIDS = {
|
||||
700: true,
|
||||
701: true
|
||||
701: true,
|
||||
1700: true
|
||||
};
|
||||
|
||||
var DATE_OIDS = {
|
||||
|
@ -293,6 +293,5 @@ describe('aggregation-dataview: special float values', function() {
|
||||
done();
|
||||
});
|
||||
});
|
||||
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user