Files
reporting-engine/bi_sql_editor
Paulius Sladkevičius 160c7c873d [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.
2023-12-18 17:57:23 +07:00
..
2023-12-18 17:57:23 +07:00
2023-12-18 17:57:23 +07:00