This commit is contained in:
Your Name 2021-08-16 18:27:27 -04:00
parent a9fcec00f5
commit 5adef21a0e
1 changed files with 1 additions and 0 deletions

View File

@ -126,6 +126,7 @@ func loadDbEntries(ot string, id int64) map[string]metadataValues {
return entries
}
query:=fmt.Sprintf("select meta_key, meta_value from %s where %s = ?", table, column)
log.Println(query)
rows,err:=db.Query(query, id)
if err != nil {
log.Printf("db.Query: %s\n", err.Error())