Support for inqLimit in Include #8771
Unanswered
cuttingd
asked this question in
LB3 Migration
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are in the process of migrating from lb3 to lb4 and we've encountered an issue where includes used to be capped at 256 items, an old oracle limit. The oracle limit is now 1000 but in lb4 no limit is being applied so we are receiving the following oracle exception:
Error: ORA-01795: maximum number of expressions in a list is 1000.
We need a way to support the previously supported inqLimit that was in https://github.com/loopbackio/loopback-datasource-juggler/blob/master/lib/include.js#L184
ref: #3444
Beta Was this translation helpful? Give feedback.
All reactions