The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.001 - 2022-10-20

  • Implement some simple SQL joins in the database instead of in Perl.

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