Skip to content

Support the case where name in index_info is NULL. #1126

Support the case where name in index_info is NULL.

Support the case where name in index_info is NULL. #1126

GitHub Actions / golangci succeeded May 2, 2024 in 0s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (5)

drivers/mongodb/mongodb.go|98 col 27| SA1019: result.Map is deprecated: Converting directly from a D to an M will not be supported in Go Driver 2.0. Instead, users should marshal the D to BSON using bson.Marshal and unmarshal it to M using bson.Unmarshal. (staticcheck)
drivers/mysql/mysql.go|501 col 49| ineffectual assignment to err (ineffassign)
config/config.go|553 col 6| func excludeTableFromSchema is unused (unused)
config/config.go|908 col 6| func matchLabels is unused (unused)
drivers/sqlite/sqlite.go|368 col 49| ineffectual assignment to err (ineffassign)