"could not decorrelate subquery" when Yii2 gets column info #85595
Labels
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
O-community
Originated from the community
T-sql-queries
SQL Queries Team
X-blathers-triaged
blathers was able to find an owner
Describe the problem
I get a
SQLSTATE[XXUUU]: <<Unknown error>>: 7 ERROR: could not decorrelate subquery
error.The code in question is from https://github.com/yiisoft/yii2/blob/master/framework/db/pgsql/Schema.php#L473-L533
Specifically, the issue is with this part, as removing it removes the error:
To Reproduce
Expected behavior
No error.
Environment:
Additional context
Total failure of app.
Jira issue: CRDB-18329
The text was updated successfully, but these errors were encountered: