A-sql-builtins SQL built-in functions and semantics thereof. C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) good first issue ...
CREATE TABLE table2 ( bigint_col BIGINT, string_col TEXT ENCODING DICT(32)); SELECT initcap("string_col") AS tmp FROM table2; Exception: Function INITCAP(TEXT) not ...