This commit is contained in:
shoopea 2020-06-25 19:05:36 +02:00
parent eda8f545b3
commit af0a4a81cb

2
sql.go
View File

@ -908,6 +908,8 @@ func getSQLListID64(q string) []int64 {
count int64
)
log.Printf("getSQLListID64 : starting")
rows, err := db.Query(q)
logOnError(err, "getSQLListID64 : "+q)