Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use dataset to fetch record after insert
Similarily to what Update command do, use `dataset` to load the tuple after `insert` in Create command. This way it loads "raw" data, without applying read types yet. So when tuples are passed into `finalize` hook, it can properly apply these read types.
- Loading branch information