3
0
Fork 0
Commit graph

4 commits

Author SHA1 Message Date
Lance Edgar 7e90888146 fix: add get_effective_rows() method for batch handler 2025-01-06 16:36:47 -06:00
Lance Edgar b3ec7cb9b8 fix: add batch handler logic to remove row
also execute() can return whatever it wants, e.g. when creating some
new record(s) based on batch data
2025-01-06 16:36:02 -06:00
Lance Edgar 3585eca65b fix: add basic execution methods for batch handler
also logic for batch data files, and deletion
2024-12-15 00:45:07 -06:00
Lance Edgar a514d9cfba feat: add basic batch feature, data model and partial handler
hopefully data model is complete enough for now, but handler does not
yet have all methods, e.g. execute()
2024-12-15 00:45:07 -06:00