issues
search
databendlabs
/
bendsql
Databend Native Client
Apache License 2.0
49
stars
26
forks
source link
feat: support decode nested types from string to values
#381
Closed
b41sh
closed
6 months ago
b41sh
commented
6 months ago
support decode nested types from string to values
boolean value display
true
and
false
instead of
1
and
0
flight sql convert binary type to binary value instead of string value
fix data type parser to support nested nullable type, like
Nullable(Map(String, String NULL))
true
andfalse
instead of1
and0
Nullable(Map(String, String NULL))