Changes for version 0.002233 - 2019-09-25

  • Add txn_wrap attribute to DBIC::DeploymentHandler
  • Bugfix: Do not remove "false" transactions in deploy()
  • use SQL::SplitStatement to split SQL statements in DDLs
  • Add txn_prep attribute to keep backwards-compatibility
  • Fixes GH #47, #68, #72 - thanks @augenslat

Documentation

Introduction to using DBIx::Class::DeploymentHandler with a new Catalyst Project
Introduction to DBIx::Class::DeploymentHandler

Modules

Extensible DBIx::Class deployment
Parent class for DeploymentHandlers
Manage your SQL and Perl migrations in nicely laid out directories
(DEPRECATED) Use this if you are stuck in the past
CodeRef Transforms for common use-cases in DBICDH Migrations
(DEPRECATED) Use this if you are stuck in the past
Interface for deploy methods
Interface for version storage methods
Types internal to DBIx::Class::DeploymentHandler
Define your own list of versions to use for migrations
(DEPRECATED) Use this if you are stuck in the past
(DEPRECATED) Attach this component to your schema to ensure you stay up to date
(DEPRECATED) The old way to store versions in the database
(DEPRECATED) Predefined searches to find what you want from the version storage
Version storage that does the normal stuff
Attach this component to your schema to ensure you stay up to date
The typical way to store versions in the database
Predefined searches to find what you want from the version storage
Make default arguments to a few methods sensible

Provides

in lib/DBIx/Class/DeploymentHandler/LogImporter.pm
in lib/DBIx/Class/DeploymentHandler/LogRouter.pm
in lib/DBIx/Class/DeploymentHandler/Logger.pm
in lib/DBIx/Class/DeploymentHandler/WithApplicatorDumple.pm