mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
test array/float4
This commit is contained in:
parent
eee21dd088
commit
9bd88f8449
@ -226,6 +226,14 @@ test('typed results', function() {
|
||||
'9223372036854775807'
|
||||
]);
|
||||
}
|
||||
},{
|
||||
name : 'array/float4',
|
||||
format : 'text',
|
||||
dataTypeID: 1021,
|
||||
actual: '{1.2, 3.4}',
|
||||
expected :function(val){
|
||||
assert.deepEqual(val, [1.2, 3.4]);
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user