Revision history for DB::Handy
1.01 2026-03-20 JST (Japan Standard Time)
- Fixed: CHECK constraints are now enforced on UPDATE as well as INSERT.
- Fixed: WHERE col BETWEEN lo AND hi and
WHERE col OP lo AND col OP hi (two-sided AND range on one column)
now exploit an index when available.
- Fixed: fetchrow_arrayref, fetchrow_array, and sth->{NAME} now
reflect the SELECT list column order for named column lists.
SELECT * and JOIN results still fall back to alphabetical order.
- Added: t/1010_fixes.t (60 tests) covering the three fixes above.
- Updated: POD and README revised to document the corrected behaviour.
1.00 2026-03-19 JST (Japan Standard Time)
- First release on CPAN.