I'm trying to chunk queries into batches so that I can be under the 35kb limit. In doing so, I ran into an error TypeError: sql.trim is not a function, but I'm not ...
EclipseLink generates bad SQL from CriteriaBuilder for the trim(Character, String) function. This is obviously very wrong. EclipseLink ignores the Character value and ...