1
0
Fork 0
mirror of synced 2024-07-15 03:05:57 +12:00

Break if any column is static formula

This commit is contained in:
Mel O'Hagan 2022-11-18 12:32:04 +00:00
parent 5cf1d4141c
commit 2d28bb4005

View file

@ -62,6 +62,7 @@ exports.updateRelatedFormula = async (table, enrichedRows) => {
})
)
)
break
}
}
}
@ -124,7 +125,6 @@ exports.finaliseRow = async (
dynamic: false,
contextRows: enrichedRow,
})
// don't worry about rev, tables handle rev/lastID updates
// if another row has been written since processing this will
// handle the auto ID clash