Closed simonas-notcat closed 1 year ago
Patch coverage: 100.00%
and no project coverage change.
Comparison is base (
d178603
) 84.92% compared to head (1599635
) 84.92%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
What issue is this PR fixing
When running
dataStoreORMGetVerifiableCredentials
with :on an agent that is using Postgres DB you would get this error:
What is being changed
Using
qb.offset()
andqb.limit()
instead ofqb.skip()
andqb.take()
As suggested here: https://github.com/typeorm/typeorm/issues/4742#issuecomment-783857414
Quality
Check all that apply:
pnpm i
,pnpm build
,pnpm test
,pnpm test:browser
locally.