History log of /web-bugs/src/Repository/BugRepository.php (Results 1 – 5 of 5)
Revision Date Author Comments
# 49be135f 08-Feb-2021 Danack

Group by needs to specifically reference a column name, not a variable.


# 3c825bc8 15-May-2019 Pieter Hordijk

Do not use suspended status when requesting a random ticked


# 402a4385 24-Dec-2018 Peter Kokot

Fix strict types issues

This makes sure arrays are always returned when calling
PDOStatement::fetch() in current repository classes.


# ad8bc2d5 19-Dec-2018 Peter Kokot

Move bugdb queries to repository


# 10b0ad9c 16-Dec-2018 Peter Kokot

Refactor bugs_get_bug() to repository