1.8.0 (2024-12-09)
Features
- Add helper function for insert-or-update (#526) (6ff12ec), closes #391
- Support dml returning (#335) (7db3f37)
- Support float32 (#531) (6c3cb42)
- Support Partitioned DML (#541) (108d965), closes #496
Bug Fixes
- Add
existing_nullable
usage tovisit_column_type
(#329) (273f03b) - Map now() to current_timestamp (#540) (4b24f33), closes #497
- Support storing columns for indices (#485) (93579c8)
- Support THEN RETURN for insert, update, delete (#503) (ac64472)