comdb2 icon indicating copy to clipboard operation
comdb2 copied to clipboard

{171428666}: column character encoding

Open riverszhang89 opened this issue 10 months ago • 0 comments

A new ENCODING keyword is introduced in this patch, that specifies a character set for a column. Invalid character encoding will be rejected. So far only "utf8" and NONE are supported.

This allows users to conveniently create an indexable utf8 cstring column. It's implemented as a check constraint using the utf8_validate() function.

riverszhang89 avatar Apr 18 '24 18:04 riverszhang89