From 503cd5c164214dcf0401bd1d28324fdad734107b Mon Sep 17 00:00:00 2001 From: brianc Date: Mon, 18 Oct 2010 22:33:34 -0500 Subject: [PATCH] added todo for binary --- test/unit/typed-results-tests.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/unit/typed-results-tests.js b/test/unit/typed-results-tests.js index b72157cd..a626e577 100644 --- a/test/unit/typed-results-tests.js +++ b/test/unit/typed-results-tests.js @@ -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 +});