File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
33
4+ ## 0.1.9 - 2026.04.21
5+ ### Added
6+ - ` bar ` and ` sparkline ` functions [ #22 ] ( https://github.com/questdb/sql-parser/pull/22 )
7+ - Storage policy keywords and ` local ` /` remote ` constants [ #20 ] ( https://github.com/questdb/sql-parser/pull/20 )
8+
9+ ### Changed
10+ - Position-aware autocomplete: functions are categorized into scalar / aggregate / window / table-valued buckets, remove implicit select filter. [ 5a422b0] ( https://github.com/questdb/sql-parser/commit/5a422b0 )
11+
12+
413## 0.1.8 - 2026.04.13
514### Added
615- Add ` timestamp_sequence_ns ` function [ #21 ] ( https://github.com/questdb/sql-parser/pull/21 )
Original file line number Diff line number Diff line change 11{
22 "name" : " @questdb/sql-parser" ,
3- "version" : " 0.1.8 " ,
3+ "version" : " 0.1.9 " ,
44 "description" : " SQL parser for QuestDB syntax using Chevrotain" ,
55 "type" : " module" ,
66 "main" : " dist/index.cjs" ,
You can’t perform that action at this time.
0 commit comments