odoo/upgrade-util#285
Created by Upgrade, Alvaro Fuentes Suarez (afu)
Ready (waiting for staging)
- Merge method
- Review
-
CI
- ci/runbot: Test upgrades between stable versions
- ci/upgrade_enterprise: Test upgrades for enterprise master
- label
- odoo-dev:master-imp_cache_column_exists-afu
- head
- 66473d6cc5933e2efb54686f46afa44262e5b03b
odoo/upgrade-util | |
---|---|
master | #285 ready |
[IMP] util/pg: cache column_exists for common columns
In many cases we know that columns must exist, it's better to cache them
to avoid thousands of small queries.