ddb icon indicating copy to clipboard operation
ddb copied to clipboard

Implementation of VARCHAR and FLOAT8

Open bearcherian opened this issue 9 years ago • 0 comments

Added implementation of VARCHAR and FLOAT8/DOUBLE PRECISION types. VARCHAR simply using same check and stream writing as TEXT. FLOAT8 uses 8 bytes as a double. Also added more info to the assert on non-implemented types.

bearcherian avatar Apr 07 '15 04:04 bearcherian