diff --git a/README.md b/README.md index edcbd23..08d50d7 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,7 @@ Supported highlights: - string helpers (`SUBSTR`, `CONCAT`, `TRIM`, `REPLACE`, `LOWER`, `UPPER`), - math (`ABS`, `CEIL`, `FLOOR`, `ROUND`, `LEAST`, `GREATEST`), - JSON (`JSON_VALUE`), + - `CASE`/`WHEN`, - and date helpers (`CURRENT_DATE`, `CURRENT_TIMESTAMP`). - `WHERE` with comparison operators, `BETWEEN`, `IN`, `LIKE`, `IS (NOT) NULL` - `ORDER BY`, `LIMIT`, `OFFSET`, `DISTINCT` diff --git a/cmd/sql-to-logsql/web/ui/src/components/docs/Docs.tsx b/cmd/sql-to-logsql/web/ui/src/components/docs/Docs.tsx index f931a6c..227495b 100644 --- a/cmd/sql-to-logsql/web/ui/src/components/docs/Docs.tsx +++ b/cmd/sql-to-logsql/web/ui/src/components/docs/Docs.tsx @@ -82,7 +82,7 @@ export function Docs() {