Changes for version 1.01 - 2026-03-20
- 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.
Modules
Pure-Perl flat-file relational database with DBI-like interface