Skip to content

Conversation

.collect(Collectors.toList());
} else if (tree.isCountProjection()) {

SqlIdentifier idColumn = entityMetadata.getTableEntity().getRequiredIdProperty().getColumnName();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

idColumn never used

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove duplicated thanks for commenting

@mhyeon-lee mhyeon-lee force-pushed the datajdbc534-derived-query-support-count-projection branch from 0cca10e to 1cc1674 Compare May 5, 2020 15:56
@mp911de mp911de changed the title DATAJDBC-534 Derived Query support count projection #363 - Derived Query support count projection May 11, 2020
@schauder schauder self-assigned this May 11, 2020
schauder pushed a commit that referenced this pull request May 11, 2020
schauder added a commit that referenced this pull request May 11, 2020
Added an integration test and tweaked the conversions to make it succeed. The converter now does not rely on the driver to do the conversion anymore. Original pull request: #360.
@schauder
Copy link
Contributor

Thanks, that is merged and polished.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants