Files
greptimedb/src/sql
fys 379420abfc feat: support TQL parsing in CREATE TRIGGER (#7599)
* 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
2026-01-22 12:07:21 +00:00
..