Skip to content

Commit 951d7ef

Browse files
omairvaiyaniTylerBrock
authored andcommitted
add workaround to make join query run
1 parent 458be9e commit 951d7ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controllers/DatabaseController.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1418,7 +1418,7 @@ class DatabaseController {
14181418
);
14191419
}
14201420
} else if (pipeline) {
1421-
if (!classExists) {
1421+
if (!classExists || className === '_Join:users:_Role') {
14221422
return [];
14231423
} else {
14241424
return this.adapter.aggregate(

0 commit comments

Comments
 (0)