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.103

  • update and insert_into sql strings are build using the first word (the table's name) of $self->{sql}->{from}
  • added ro_fields constructor param to exclude fields comming from joined tables in update or insert statement

Modules

Interface for xxxDataManager modules
Databases access part of DbLinker
a module used by Form and Datasheet that get data from a database using DBIx::Class objects
a module that get data from a database using DBI and sql commands
a module that get data from a database using Rose::DB::Objects
A base class the SqlADataManager and DBIDataManager inherit from.
a module that get data from a database using SQL::Abstract::More