feat: implement initial missing functions on main db - #170
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #170 +/- ##
==========================================
- Coverage 96.22% 95.46% -0.76%
==========================================
Files 20 20
Lines 3151 3244 +93
==========================================
+ Hits 3032 3097 +65
- Misses 119 147 +28 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
pesap
left a comment
There was a problem hiding this comment.
Please address the inline findings before merging. The update implementation should reuse the existing property validation and membership-resolution paths, and follow the established bulk insertion pattern for batch execution. Keep update_property() as a thin public wrapper; removing the shared helper is not required if it cleanly centralizes the selector logic. Please also add coverage for rollback after domain-validation failures, scenario-scoped updates, explicit parent membership selection, and reusing the connection after a failed batch.
No description provided.