[CT-2634] [Bug] not {{ equals(actual, expected) }}
isn't working properly
#7778
Labels
bug
Something isn't working
Is this a new bug in dbt-core?
Current Behavior
Surfaced by @lllong33 in #7670 (comment):
Expected Behavior
Negation of
equals
should work.Steps To Reproduce
See #7670 (comment) for a reproduction case.
Relevant log output
No response
Environment
Which database adapter are you using with dbt?
No response
Additional Context
The three-valued logic of SQL is tricky, and we should use a "fully equivalent substitute for A is not distinct from B that works in all SQL databases."
And then we should make the sure the "adapters zone" includes relevant tests.
The text was updated successfully, but these errors were encountered: