You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from the code, below is my understanding
all the joins are converted into where clause, where the current code only works in the subquery basis this is wrong
the current query is produced like below
Laravel Version
11 It might even exist from version 6
PHP Version
8.2
Database Driver & Version
postgres
Description
Hi team,
First of all thanks for this illuminated framework, found a bug for PostgreSQL update
This query is working in Laravel 5.8, after migrating to laravel 11 this is not working
probably this commit
illuminate/database@4e1130c
make the above code unusable
Steps To Reproduce
Create the following table in any postgres database
fill both tables with some record
run the code below
The text was updated successfully, but these errors were encountered: