Skip to content

Conversation

@rbygrave
Copy link
Member

The underling issue was that Aggregation columns should have been marked as default LAZY. This impact was only hit when https://github.com/lob column are included which by default lazy fetched, and that means the default select clause determined.

The underling issue was that Aggregation columns should have been marked as default LAZY. This impact was only hit when @lob column are included which by default lazy fetched, and that means the default select clause determined.
@rbygrave rbygrave changed the title 3682 3682 @Aggregation is applied to query if entity also has a @lob column Oct 19, 2025
@rbygrave rbygrave self-assigned this Oct 19, 2025
@rbygrave rbygrave added the bug label Oct 19, 2025
@rbygrave rbygrave added this to the 16.1.1 milestone Oct 19, 2025
@rbygrave rbygrave merged commit 4ac3c4d into master Oct 20, 2025
1 check passed
@rbygrave rbygrave deleted the feature/3682-lob-agg branch October 20, 2025 07:55
Ryszard-Trojnacki pushed a commit to Ryszard-Trojnacki/ebean that referenced this pull request Nov 5, 2025
ebean-orm#3689)

* Version 16.1.0

* ebean-orm#3682 @Aggregation is applied to query if entity also has a @lob column

The underling issue was that Aggregation columns should have been marked as default LAZY. This impact was only hit when @lob column are included which by default lazy fetched, and that means the default select clause determined.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

@Aggregation is applied to all queries if entity also has a @Lob column

2 participants