mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 11:56:00 +00:00
handle $oid
This commit is contained in:
@@ -106,6 +106,7 @@
|
||||
});
|
||||
}
|
||||
} else if (!node.preloadedLevelData) {
|
||||
// console.log('LOADED ROWS', rows);
|
||||
let lastRowWithChildren = null;
|
||||
for (const parentRow of parentRows) {
|
||||
const childRows = rows.filter(row => node.matchChildRow(parentRow, row));
|
||||
|
||||
Reference in New Issue
Block a user