Implement MySQL `WEEK()` function
Final Release Note
Description
Octo currently does not implement the MySQL WEEK()
function, which is related to the DATE_FORMAT()
function implemented for #288 (closed). To provide additionally MySQL functionality, WEEK()
should be implemented also.
Draft Release Note
The MySQL WEEK()
function is now callable in Octo queries.