Skip to content

Commit 6410a8a

Browse files
committed
test array/int4
1 parent 0939490 commit 6410a8a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,14 @@ test('typed results', function() {
205205
expected :function(val){
206206
assert.deepEqual(val, [-32768, -32767, 32766, 32767]);
207207
}
208+
},{
209+
name : 'array/int4',
210+
format : 'text',
211+
dataTypeID: 1007,
212+
actual: '{-2147483648, -2147483647, 2147483646, 2147483647}',
213+
expected :function(val){
214+
assert.deepEqual(val, [-2147483648, -2147483647, 2147483646, 2147483647]);
215+
}
208216
},
209217

210218
{

0 commit comments

Comments
 (0)