• Ayush Tiwari's avatar
    sql_catalog: Drop usage of getattr from SQLCatalog · 68491977
    Ayush Tiwari authored
    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.
    68491977
SQLCatalog.py 115 KB