mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-18 15:55:05 +00:00
added todo for binary
This commit is contained in:
parent
a69d9fecaa
commit
503cd5c164
@ -57,3 +57,7 @@ test('parses numeric types', function() {
|
||||
testForType('real (float4)', 700, '123.457', 123.457);
|
||||
testForType('doubl precision (float8)', 701, '123.4567', 123.4567);
|
||||
});
|
||||
|
||||
test('parses binary data types', function() {
|
||||
//TODO
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user