mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-18 22:10:42 +00:00
* feat: support tql in trigger create parse * support cte in parse_sql_or_tql * add parse_parenthesized_sql_or_tql method * allow dead code for parse_parenthesized_tql * revert some * fix: code review If the end index is greater than sql.len, it should return an error, not silently default to sql.len. * add more tests * Improve error readability * fix: cr