highlight
highlight copied to clipboard
SQL injection in PHP
$books = map(new Query(<<<SQL
SELECT *
FROM Book
LEFT JOIN …
HAVING …
SQL))->collection()->to(Book::class);
This gives weird highlighting for the query