Changes for version 1.04 - 2026-03-21
- New: pure OR expressions where every atom has an index now use index lookups and return the union of matching records, rather than a full table scan. Mixed OR/AND and OR with any unindexed column still fall back to a full table scan.
- Added: t/1013_or_index.t (62 tests) covering OR index acceleration.
- Updated: POD and README revised to document the new behaviour.
Documentation
Modules
Pure-Perl flat-file relational database with DBI-like interface