DB\IO Call trace in context array for any debug calls

This commit is contained in:
Clemens Schwaighofer
2023-06-16 13:24:34 +09:00
parent f5cd71cfbc
commit e0f8bad2d9
3 changed files with 31 additions and 5 deletions

View File

@@ -588,7 +588,7 @@ class ArrayIO extends \CoreLibs\DB\IO
// get it at the end, cause now we can be more sure of no double IDs, etc
reset($this->table_array);
// create select part & addition FK part
foreach ($this->table_array as $column => $data_array) {
foreach (array_keys($this->table_array) as $column) {
// check FK ...
if (
isset($this->table_array[$column]['fk']) &&