grafana/pkg/expr
Kyle Brandt e930b3e6c4
SQL Expressions: Replace NaN/Inf values with Null (#112641)
This is because MySQL doesn't support storing of NaN valuels, and therefore go-mysql-server isn't going to either.

Float fields/columns are always mapped to be nullable now, otherwise we would have to replace NaN/Inf with 0.
2025-10-21 10:43:04 -04:00
..
classic
mathexp
metrics
ml
sql SQL Expressions: Replace NaN/Inf values with Null (#112641) 2025-10-21 10:43:04 -04:00
commands.go
commands_test.go
convert_to_full_long.go
convert_to_full_long_num_test.go
convert_to_full_long_ts_test.go
converter.go
converter_test.go
dataplane.go
dataplane_test.go
errors.go
errors_test.go
graph.go
graph_test.go
hysteresis.go
hysteresis_test.go
ml.go
ml_test.go
nodes.go
nodes_test.go
query.go
query.panel.example.json
query.panel.schema.json
query.request.example.json
query.request.schema.json
query.types.json
query_convert.go
query_convert_test.go
query_test.go
service.go
service_sql_test.go
service_test.go
sql_command.go
sql_command_alert_test.go
sql_command_test.go
testing.go
threshold.go
threshold_bench_test.go
threshold_test.go
transform.go