fix/allow-many-rows #1

Merged
jake merged 8 commits from fix/allow-many-rows into main 2025-09-26 22:58:51 +00:00
Showing only changes of commit b9a8c5cd47 - Show all commits

View File

@@ -49,7 +49,7 @@ func GenerateRandomResults(query string, exampleObj any, keyVal []any, rowCount
}
if field.Tag.Get("test") == "key" {
rows[y] = append(rows[y], keyVal)
rows[y] = append(rows[y], keyVal[y])
continue
}