Changes for version 0.000_002 - 2021-04-12
- Bug Fixes
- If `where` is called on a LINQ::Table that already has an SQL select, `where` should be applied to the output of `select`, not to the `input`.
- `sql_where` should be passed through `assertion_to_sql`, not `selection_to_sql`.
- Test Suite
- More test cases for WHERE and combining SELECT with WHERE.
Changes for version 0.000_001 - 2021-04-12
Modules
LINQ extension for working with databases
Provides
in lib/LINQ/Database/Table.pm
in lib/LINQ/Database/Util.pm