Skip to content

Commit f1c0aba

Browse files
committed
test array/float8
1 parent 9bd88f8 commit f1c0aba

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

test/unit/client/typed-query-results-tests.js

+8
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,14 @@ test('typed results', function() {
234234
expected :function(val){
235235
assert.deepEqual(val, [1.2, 3.4]);
236236
}
237+
},{
238+
name : 'array/float8',
239+
format : 'text',
240+
dataTypeID: 1022,
241+
actual: '{-12345678.1234567, 12345678.12345678}',
242+
expected :function(val){
243+
assert.deepEqual(val, [-12345678.1234567, 12345678.12345678]);
244+
}
237245
},
238246

239247
{

0 commit comments

Comments
 (0)