Closed markstory closed 2 years ago
I don't think the QueryTrait idea has worked out well. It has resulted in more complex code within the ORM and in this plugin as well. By duplicating the methods we are less coupled to the implementation of the ORM, and stay with interfaces more.
I don't think the QueryTrait idea has worked out well. It has resulted in more complex code within the ORM and in this plugin as well. By duplicating the methods we are less coupled to the implementation of the ORM, and stay with interfaces more.