The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.01_3 - 2023-06-28

  • add ExtraClausesFixed which fixes bugs with `using` in `join`s, and `setop`s with `group_by` and on SQLite. This is applied by default to the sql_maker

Changes for version 0.01_2 - 2023-05-27

  • Update hashrefref support to hook _recurse_fields such that join pruning no longer explodes

Modules

SQL::Abstract v2 support in DBIx::Class
SQL::Abstract v2 support in DBIx::Class::Schema
Case Expression support for SQLA2!
Upsert (ON CONFLICT) support for SQLA2!
Window Function support for SQLA2!

Provides

in lib/DBIx/Class/ResultSet/SQLA2Support.pm
in lib/DBIx/Class/Row/SQLA2Support.pm