premise icon indicating copy to clipboard operation
premise copied to clipboard

decision pending: implement logical filtering on the atomic level for database operations

Open dlr-bf opened this issue 2 years ago • 0 comments

see file transformation_tools.py the factories to create filter functions for the filters like get_many(). Relation between filters are currently either all and or all or. Do we want to implement a per atomic unit (one filter statement) relationship as and, and or? if yes, we could go along the road of classes with overloaded operators.

dlr-bf avatar Nov 11 '21 12:11 dlr-bf