graphql-engine/v3/crates
paritosh-08 e56594fe4f fix bug with multiple fields in boolean expressions (#442)
<!-- Thank you for submitting this PR! :) -->
# ⚠️ Behaviour change in query execution

## Description

<!--
  Questions to consider answering:
  1. What user-facing changes are being made?
2. What are issues related to this PR? (Consider adding `(close
#<issue-no>)` to the PR title)
  3. What is the conceptual design behind this PR?
  4. How can this PR be tested/verified?
  5. Does the PR have limitations?
  6. Does the PR introduce breaking changes?
-->

This PR fixes a bug (different behaviour from v2) with boolean
expressions.

Slack thread:
https://hasurahq.slack.com/archives/C066TKMH79R/p1711987325682919

JIRA: https://hasurahq.atlassian.net/browse/V3ENGINE-67

## Changelog

- Add a changelog entry (in the "Changelog entry" section below) if the
changes in this PR have any user-facing impact. See [changelog
guide](https://github.com/hasura/graphql-engine-mono/wiki/Changelog-Guide).
- If no changelog is required ignore/remove this section and add a
`no-changelog-required` label to the PR.

### Product
_(Select all products this will be available in)_
- [ ] community-edition
- [ ] cloud
<!-- product : end : DO NOT REMOVE -->

### Type
<!-- See changelog structure:
https://github.com/hasura/graphql-engine-mono/wiki/Changelog-Guide#structure-of-our-changelog
-->
_(Select only one. In case of multiple, choose the most appropriate)_
- [ ] highlight
- [ ] enhancement
- [ ] bugfix
- [ ] behaviour-change
- [ ] performance-enhancement
- [ ] security-fix
<!-- type : end : DO NOT REMOVE -->

### Changelog entry
<!--
  - Add a user understandable changelog entry
- Include all details needed to understand the change. Try including
links to docs or issues if relevant
  - For Highlights start with a H4 heading (#### <entry title>)
  - Get the changelog entry reviewed by your team
-->

_Replace with changelog entry_

<!-- changelog-entry : end : DO NOT REMOVE -->

<!-- changelog : end : DO NOT REMOVE -->

V3_GIT_ORIGIN_REV_ID: 4fcfc16a9a88ed6362315ca2f47911e0c97b7829
2024-04-05 08:02:37 +00:00
..
custom-connector Allow nulls when expecting object or array in response (#440) 2024-04-04 10:53:40 +00:00
engine fix bug with multiple fields in boolean expressions (#442) 2024-04-05 08:02:37 +00:00
hasura-authn-core Avoid .unwrap in favor of anyhow for better error messages in tests. (#430) 2024-04-02 17:06:56 +00:00
hasura-authn-jwt Enforce titles are set on most metadata json schemas (#434) 2024-04-02 23:39:44 +00:00
hasura-authn-webhook Fix a bug in usage of mockito. (#421) 2024-04-02 08:23:12 +00:00
lang-graphql Upgrade ndc-spec and opentelemetry, and add a traceresponse header. (#416) 2024-03-28 16:21:22 +00:00
open-dds Update the ndc-postgres dependency to the latest version. (#386) 2024-04-03 08:04:07 +00:00
opendds-derive Remove unused dependencies using cargo machete. (#413) 2024-03-28 09:17:47 +00:00
recursion_limit_macro lang-graphql: limit recursion to avoid stack overflows 2024-03-27 23:03:27 +00:00
tracing-util Upgrade ndc-spec and opentelemetry, and add a traceresponse header. (#416) 2024-03-28 16:21:22 +00:00