Code

data: Add basic support for a boolean type.
authorSebastian Harl <sh@tokkee.org>
Tue, 19 May 2015 19:42:20 +0000 (21:42 +0200)
committerSebastian Harl <sh@tokkee.org>
Tue, 19 May 2015 19:42:20 +0000 (21:42 +0200)
commit6f1ea6365001d494aa358727ac031966dad4d426
treed7bed08a91e06f6b3f01f5568f674c52547683d4
parent24dce6d59414125f1f0fbe8434f5ed9f280d6872
data: Add basic support for a boolean type.

This change breaks backward compatibility of the network protocol because it
changes the encoding of a datum. I felt this is still acceptable (given the
current (non-)compatibility promise) and it made the order of types feel more
natural ;-)
src/core/data.c
src/include/core/data.h
t/unit/core/data_test.c
t/unit/frontend/query_test.c
t/unit/utils/proto_test.c