Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Issue with null check in query #869

Open
@jdshah98

Description

While executing query with r2dbcEntityTemplate and with binding null query takes a lot of time and it fails

Anyone can help in this scenario?

SELECT
A.NAME,
A.BRANCH,
A.CITY,
A.MECHANISM,
B.DESCRIPTION
FROM
MainBank A
LEFT JOIN Payscale B ON
A.PAYMECH = B.REDDIVCODE
LEFT JOIN CUSTOMER C ON
A.ID = C.ID
WHERE
(:mobile IS NULL OR C.MOBILE = :mobile)
AND
(:city IS NULL OR A.CITY = :city)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions

        AltStyle によって変換されたページ (->オリジナル) /