bf064b3ada
The petProfileSummary mock's sql tag returned a plain string instead of
a proper Drizzle SQL object, so count(*) queries via .as("count") failed.
Also added Symbol.asyncIterator support for for-await-of patterns used
in the pets router.
Fixes: GRO-1917
Co-Authored-By: Paperclip <noreply@paperclip.ing>