Files
reporting-engine/bi_sql_editor
Paulius Sladkevičius 3c1b094582 [IMP] bi_sql_editor manual field check performance
The `table_columns()` slows down modules loading significantly up to 2-3x.
In most cases `model._name.startswith(self._model_prefix)` returns `False`, so better to check it first.
2024-11-29 10:59:00 +07:00
..
2024-11-29 10:59:00 +07:00
2024-11-29 10:59:00 +07:00