premise
premise copied to clipboard
decision pending: implement logical filtering on the atomic level for database operations
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.