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

NAME

SQL::Abstract::FromQuery::Oracle - SQL::Abstract::FromQuery extension for Oracle queries

SYNOPSIS

  my $parser = SQL::Abstract::FromQuery->new(
    -components => [qw/Oracle/],
  );

DESCRIPTION

This subclass automatically adds Oracle TO_DATE(...) conversions in SQL generated from date and time fields.

AUTHOR

Laurent Dami, <laurent.dami AT justice.ge.ch>