tempest-framework icon indicating copy to clipboard operation
tempest-framework copied to clipboard

Allow multiple select fields as one string in SelectQueryBuilder

Open brendt opened this issue 7 months ago • 1 comments

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')

brendt avatar May 14 '25 06:05 brendt

Blocked by https://github.com/tempestphp/tempest-framework/issues/1242

brendt avatar May 14 '25 06:05 brendt