vaticle / typedb

TypeDB: the polymorphic database powered by types
https://typedb.com
Mozilla Public License 2.0
3.72k stars 338 forks source link

Fix negated traversals so filters apply after the negation #6967

Closed krishnangovindraj closed 6 months ago

krishnangovindraj commented 6 months ago

Usage and product changes

Fixes a bug where the get clause filtered out concepts before the negation was applied. This lead to the negation being evaluated without that variable being bound.

Implementation

vaticle-bot commented 6 months ago

PR Review Checklist

Do not edit the content of this comment. The PR reviewer should simply update this comment by ticking each review item below, as they get completed.


Trivial Change

Code

Architecture