grafana/pkg/expr/sql
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
..
db.go
db_test.go
dummy_arm.go
errors.go
frame_db.go
frame_db_conv.go
frame_table.go
parser.go
parser_allow.go
parser_allow_test.go
parser_test.go