Exposed icon indicating copy to clipboard operation
Exposed copied to clipboard

fix: EXPOSED-424 ClassCastException exception when using `fetchBatchedResults` with `alias`

Open joc-a opened this issue 1 year ago • 0 comments

Added an additional check to see if the table is an alias and use the alias' delegate in that case.

I wanted to change the same logic in UpdateBuilder, but I couldn't think of a usage of the set functions where this change would be necessary. Please let me know if you think of a case where it is.

joc-a avatar Jun 27 '24 09:06 joc-a