mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-18 15:55:05 +00:00
tests: added test for binary null
This commit is contained in:
parent
abaa4a1020
commit
a8acf9a656
@ -183,6 +183,12 @@ test('typed results', function() {
|
||||
dataTypeID: 16,
|
||||
actual: [0],
|
||||
expected: false
|
||||
},{
|
||||
name: 'binary-boolean null',
|
||||
format: 'binary',
|
||||
dataTypeID: 16,
|
||||
actual: null,
|
||||
expected: null
|
||||
},{
|
||||
name: 'binary-string',
|
||||
format: 'binary',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user