Subject Boolean fields question
Author Salvatore Besso
hello Jason,

up to version 4.6Bc boolean fields in ColumnAttributes were represented as

FIELD_NAME=BOOLEAN=1;0


Now in 4.7 beta 10 I have seen that they are represented as

FIELD_NAME=BOOLEAN=\1,\0

Is it correct? Anyway I have manually switched to the old representation for
the time being.

Regards
Salvatore