tempest-framework
tempest-framework copied to clipboard
Allow multiple select fields as one string in SelectQueryBuilder
Instead of writing this:
->select('books.title AS book_title', 'authors.name')
This should also be possible:
->select('books.title AS book_title, authors.name')
Blocked by https://github.com/tempestphp/tempest-framework/issues/1242