enhance bug report handling with pagination, filtering, and improved response structure

This commit is contained in:
Flavio Fois
2026-03-19 09:00:07 +01:00
parent 9df575067a
commit da650c2b82
13 changed files with 708 additions and 16 deletions

View File

@@ -165,8 +165,6 @@ func evaluate(db *sqlx.DB, dbName string, c condition) (bool, error) {
}
}
// ---------- MySQL introspection helpers ----------
func columnExists(db *sqlx.DB, dbName, table, column string) (bool, error) {
var count int
err := db.Get(&count,