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

Test::DBIC::Versioned:MySQL - Subclass with specific methods for MySQL

VERSION

version 0.01

FIELDS

mysqld_config

The configuration hash to pass into Test::mysqld when creating a new empty database. By default it contains {'skip-networking' => 1} to disable network access to the test database.

my_cnf

The current my_cnf in the running database as it was when the database was created.

METHODS

run_sql

As Documented in the superclass, Runs some SQL commands on the database.

NB: This method splits the SQL script into statements by splitting on semicolons. If there are semicolons in string literals (escaped or not) it will break.