Fix pg nested query (#7175)
Some checks are pending
CI / formatting (push) Blocked by required conditions
CI / build (push) Waiting to run
CI / svelte-check (push) Blocked by required conditions
CI / test (push) Blocked by required conditions
CI / uitest (push) Waiting to run
CI / uitest-pg (push) Waiting to run
CI / uitest-qms (push) Waiting to run
CI / docker-build (push) Blocked by required conditions
CI / dist-build (push) Blocked by required conditions

Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov 2024-11-14 22:57:53 +05:00 committed by GitHub
parent 00cb05e25a
commit 2db44d9495
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -944,7 +944,7 @@ abstract class PostgresAdapterBase implements DbAdapter {
} else {
tKey += arr[i]
if (i !== arr.length - 1) {
tKey += '.'
tKey += ','
}
}
// Check if key is belong to mixin class, we need to add prefix.