Replies: 1 comment 2 replies
-
It does not ring any bells for me. Note that it looks like the issue is in preparing/compiling the sub-query. In terms of reproducing the issue you can probably focus on the sub-query part. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am migrating a Play Framework app that is effectively moving from Ebean 12.16.1 to Ebean 13.17.3 (according to the doc for Play plugins).
There is a
findList()
query against a view in Postgres that now generates a NullPointerException inDefaultServer.buildQueryRequest()
(line 941): "cannot invoke SpiQuery.setType() because spiQuery is null".Apologies: I know this is absurdly vague, but I thought I would start here for help. I can't post the code or stack-trace (a brief one is at [1]). I can try to get a minimal example, but that could be difficult. Has anyone encountered this error, by chance?
[1] summary of stack-trace -
Beta Was this translation helpful? Give feedback.
All reactions