We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bc2ff90
parser: validation for default usages (#1175)
default
-- ok insert into t values (default);
-- err select default;
linter: setup hyperlinks for rule names in terminal (#1174)
If your terminal supports it, then clicking on the rule name will navigate you to the docs.
fmt: upgrade tiny_pretty to latest (#1173)
We no longer wrap statements unless necessary.
parser: fix parsing period column (#1172)
previously we'd error on:
create table t ( symbol text, period text, year int, quarter int, primary key (symbol, period, year, quarter) );