You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There was 1 error:
1) ouwiki_locallib_test::test_completion
dml_read_exception: Error reading from database (FUNCTION prolearn.MIN does not exist. Check the 'Function Name Parsing and Resolution' section in the Reference Manual
SELECT COUNT(1)
FROM phpu_ouwiki_versions v
INNER JOIN phpu_ouwiki_pages p ON p.id = v.pageid
INNER JOIN phpu_ouwiki_subwikis s ON s.id = p.subwikiid
WHERE v.userid = ? AND v.deletedat IS NULL AND s.wikiid = ? AND (SELECT MIN (id)
FROM phpu_ouwiki_versions
WHERE pageid = p.id AND deletedat IS NULL) = v.id
The text was updated successfully, but these errors were encountered:
x-iy
added a commit
to catalyst/moodle-mod_ouwiki
that referenced
this issue
Dec 3, 2023
Failing unit test:
The text was updated successfully, but these errors were encountered: