mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-05-23 15:42:28 -04:00
Patch drizzle to add leftJoinLateral
This commit is contained in:
@@ -148,7 +148,7 @@ async function getEntries({
|
||||
})
|
||||
.from(entries)
|
||||
.innerJoin(transQ, eq(entries.pk, transQ.pk))
|
||||
.leftJoin(videosJ, sql`true`)
|
||||
.leftJoinLateral(videosJ, sql`true`)
|
||||
.where(
|
||||
and(
|
||||
filter,
|
||||
|
||||
Reference in New Issue
Block a user