sql_catalog: Drop usage of getattr from SQLCatalog
This would increase compatibility between accessors in erp5_catalog and remove the need of copy and patch. At the same time, it also helps in increasing performance as using _getOb is always less costly than getattr, as it reduces the need to look in acquisition.
Showing
This diff is collapsed.
-
Another commit replaces 2 external calls to
getProperty
, I think that commit should be updated to follow this approach, and squashed in this commit.Also, can be pushed to master without waiting for the merge request I think.
-
mentioned in commit 380a44a3
Please register or sign in to comment