mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
test array/int4
This commit is contained in:
parent
0939490033
commit
6410a8aca2
@ -205,6 +205,14 @@ test('typed results', function() {
|
||||
expected :function(val){
|
||||
assert.deepEqual(val, [-32768, -32767, 32766, 32767]);
|
||||
}
|
||||
},{
|
||||
name : 'array/int4',
|
||||
format : 'text',
|
||||
dataTypeID: 1007,
|
||||
actual: '{-2147483648, -2147483647, 2147483646, 2147483647}',
|
||||
expected :function(val){
|
||||
assert.deepEqual(val, [-2147483648, -2147483647, 2147483646, 2147483647]);
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user