Commit b76b4743 authored by Ayush Tiwari's avatar Ayush Tiwari Committed by Ayush Tiwari

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.
parent c88afcc6
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

    Toggle commit list
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment