grafana/pkg/expr/sql
Sam Jewell 21b9d45ca6
SQL Expressions: Add CASE/WHEN nodes and fixes (and test) for functions just added to allowlist (#102040)
* SQL Expressions: Add CASE/WHEN SQL nodes to allowlist

* Fixed and test for functions added in #102011

* Add remaining functions to the test-case

These are mostly aliases, so the LLM chose to omit them originally.
But adding now for completeness

* Fix ordering of allowed nodes
2025-03-12 15:57:50 +00:00
..
db.go SQL Expressions: Re-implement feature using go-mysql-server (#99521) 2025-02-06 07:27:28 -05:00
db_test.go SQL Expressions: Improve response to frame conversion handling (#100625) 2025-02-14 17:21:08 +02: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: Improve response to frame conversion handling (#100625) 2025-02-14 17:21:08 +02:00
frame_table.go SQL Expressions: Improve response to frame conversion handling (#100625) 2025-02-14 17:21:08 +02:00
parser.go SQL Expressions: Re-implement feature using go-mysql-server (#99521) 2025-02-06 07:27:28 -05:00
parser_allow.go SQL Expressions: Add CASE/WHEN nodes and fixes (and test) for functions just added to allowlist (#102040) 2025-03-12 15:57:50 +00:00
parser_allow_test.go SQL Expressions: Add CASE/WHEN nodes and fixes (and test) for functions just added to allowlist (#102040) 2025-03-12 15:57:50 +00:00
parser_test.go SQL Expressions: Re-implement feature using go-mysql-server (#99521) 2025-02-06 07:27:28 -05:00