The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl module Footprintless::Plugin::Database

1.06 2018-01-30

    - Added fix for PostgreSQL connection string (https://github.com/lucastheisen/footprintless-plugin-database/pull/5)

1.05 2018-01-25

    - Added default "public" schema on PostgreSqlProvider (https://github.com/lucastheisen/footprintless-plugin-database/pull/4)

1.04 2018-01-11

    - Updated templates to skip over SQL comments (https://github.com/lucastheisen/footprintless-plugin-database/pull/3)

1.03 2018-01-04

    - Added a prepared statement template

1.02 2018-01-02

    - Added an OracleProvider and a bunch of options to the query query_for_list and query_for_map

1.01 2016-11-18

    - fixed bug in timeout setting for mysql dump command

1.00 2016-10-17

    - Initial release