grafana/pkg/expr/sql
Sam Jewell f8a72214cf
SQL Expressions: Add more functions to the allowlist (#103546)
* SQL Expressions: Allow many more functions and nodes

* Also allow the `REGEXP_SUBSTR` function

* Add window functions

* add more JSON support, remove now and current time (for now)

---------

Co-authored-by: Kyle Brandt <kyle@grafana.com>
2025-04-07 21:23:39 +03:00
..
db.go Sql Expressions: State when error is from GMS (#102112) 2025-03-18 22:41:42 +00:00
db_test.go SQL Expressions: Add JSON support (#103157) 2025-04-01 07:45:01 -04:00
dummy_arm.go SQL Expressions: Re-implement feature using go-mysql-server (#99521) 2025-02-06 07:27:28 -05:00
frame_db.go SQL Expressions: Re-implement feature using go-mysql-server (#99521) 2025-02-06 07:27:28 -05:00
frame_db_conv.go SQL Expressions: Add JSON support (#103157) 2025-04-01 07:45:01 -04:00
frame_table.go SQL Expressions: Add JSON support (#103157) 2025-04-01 07:45:01 -04:00
parser.go SQL Expressions: Fix error handling (#102650) 2025-03-21 18:47:00 -04:00
parser_allow.go SQL Expressions: Add more functions to the allowlist (#103546) 2025-04-07 21:23:39 +03:00
parser_allow_test.go SQL Expressions: Add more functions to the allowlist (#103546) 2025-04-07 21:23:39 +03:00
parser_test.go SQL Expressions: Re-implement feature using go-mysql-server (#99521) 2025-02-06 07:27:28 -05:00