Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hotfix: Make OrderWithQuote as inner join in order not to get nullable quotes #2477

Merged
merged 1 commit into from
Mar 5, 2024

Conversation

m-lord-renkse
Copy link
Contributor

@m-lord-renkse m-lord-renkse commented Mar 5, 2024

Description

Do an inner join instead of left join in order not to have nullable quotes in case they do not exist.

This query will be removed with #2469

Changes

Do an inner join instead of left join in order not to have nullable quotes in case they do not exist. This way it does not error in case of missing quote (it won't be counted, as it is a liquidity order anyway).

How to test

  1. CI
  2. e2e

@m-lord-renkse m-lord-renkse requested a review from a team as a code owner March 5, 2024 17:32
@m-lord-renkse m-lord-renkse force-pushed the hotfix-make-order-with-quotes-as-optional branch 2 times, most recently from d5f0180 to b458238 Compare March 5, 2024 17:45
@m-lord-renkse m-lord-renkse changed the title Hotfix: Make OrderWithQuote as Optional in case of nullable from database Hotfix: Make OrderWithQuote as inner join in order not to get nullable quotes Mar 5, 2024
@m-lord-renkse m-lord-renkse force-pushed the hotfix-make-order-with-quotes-as-optional branch from b458238 to dcd7940 Compare March 5, 2024 17:56
Copy link
Contributor

@MartinquaXD MartinquaXD left a comment

Choose a reason for hiding this comment

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

Looks alright to me. Let's see if the e2e tests agree.

@m-lord-renkse m-lord-renkse merged commit e7fe5bc into main Mar 5, 2024
9 checks passed
@m-lord-renkse m-lord-renkse deleted the hotfix-make-order-with-quotes-as-optional branch March 5, 2024 18:02
@github-actions github-actions bot locked and limited conversation to collaborators Mar 5, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants