aiidateam / aiida-core

The official repository for the AiiDA code
https://aiida-core.readthedocs.io
Other
431 stars 187 forks source link

QueryBuilder: implement the `has_key` operator properly for SQLite based storage plugins #6498

Closed sphuber closed 2 months ago

sphuber commented 3 months ago

This was originally implemented, but the implementation (silently) yielded incorrect results, so it was removed out of precaution in https://github.com/aiidateam/aiida-core/pull/6497 When implementing it, special attention should be paid to it functioning properly in combination with the negation operator and in combination with other filter operations.

sphuber commented 2 months ago

Closing in favor of #6552

giovannipizzi commented 2 months ago

Apologies for creating a new issue, I looked for this but couldn't find it somehow!