enhance bug report handling with pagination, filtering, and improved response structure
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user