Mike Cahill

Results 6 comments of Mike Cahill

First of all, thanks for the quick response! farmerId does have a setter. Here's the full declaration: @Id @GeneratedValue(strategy = GenerationType.IDENTITY) @Column(name = "farmer_id", nullable = false, precision = 20)...

Update: I tried removing the join so was just selecting a flat list of farmers without inflating any foreign key POJOs and got the same error.

Yes, it was the ULong- thanks. I can convert my code to longs easily enough. If you want to point me in a general direction I could attempt a PR...

Thank you sir. On Wed, Jan 8, 2020 at 10:17 AM Arnaud Roger wrote: > I’ll keep the ticket open and try to add support for Uxxx > > Sent...

I am seeing a similar issue. Code almost identical. I do see ETA and .fetchCheapestProduct does succeed with non-nil product ID but I never see a price...

And it just started working.