Skip to content

ESB-1223 Fixed common search returning multiple values in case of join - #366

Open
ffalqui wants to merge 3 commits into
developfrom
ESB-1223
Open

ESB-1223 Fixed common search returning multiple values in case of join#366
ffalqui wants to merge 3 commits into
developfrom
ESB-1223

Conversation

@ffalqui

@ffalqui ffalqui commented Aug 10, 2026

Copy link
Copy Markdown
Collaborator

Promotes #356 by @ahew, already merged into ESB-1223. Opened here so the full pipeline (snapshot image, Sonar, dependency graph) can run before the code reaches develop. Commits are unchanged — review comments belong on this PR.

cc @ahew

@ffalqui ffalqui self-assigned this Aug 10, 2026
@github-actions

Copy link
Copy Markdown

PUBLICATION for COMMIT ID ``

IMG/TAG: entando/entando-de-app-tomcat:7.5.1-ESB-1223-PR366
IMG/SHA: entando/entando-de-app-tomcat@sha256:879583f3be70fc04f793900f3bd8ace6adf2c5b4a570a298edc4c9b4c1b33188

@ffalqui
ffalqui requested a review from MEM2677 August 11, 2026 07:19
protected final PreparedStatement prepareStatement(Connection conn, String query) throws SQLException {
logger.trace("{}", query);
this.checkCountQueryBlockBalance(query);
return conn.prepareStatement(query);
@sonarqubecloud

Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
77.3% Coverage on New Code (required ≥ 80%)
C Reliability Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants