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.9997 - 2018-03-15

  • Fixed the Firebird engine to properly detect multiple instances of a change specified to `revert` and `verify`, matching the behavior of displaying tag-qualified alternates added to the other engines in v0.9996.
  • Fixed test failure on Windows.
  • Updated the MySQL and PostgreSQL tests to use process-specific database names, to try to avoid conflicts when tests are being run by multiple processes on the same box, as happens with CPAN smoke testing boxes.
  • Fixed an issue where Sqitch would sometimes truncate the registry version number fetched from Postgres, most likely because the Perl runtime was using 32-bit integers. Fixed by casting the version to text in the query, before Perl ever see it. Thanks to Malte Legenhausen for the report (#343).
  • The MySQL engine will now read the username from MySQL configuration files. Thanks to Eliot Alter for the bug report (#353).
  • Added Italian translation, with thanks to Luca Ferrari and @BeaData!
  • Improved multi-value config examples in the `sqitch-config` documentation to be a bit less confusing. Thanks to Emil for reporting where he got confused!
  • Added the Exasol engine. Thanks to Johan Wärlander for the PR (#362)!
  • Fixed an issue where URI::db needed to be explicitly loaded. Thanks to Hugh Esco for the report (#370)!
  • Changed the exit value for `rebase` and `revert` from 1 to 0 when there is no work to do. This is to match the expectation of non-zero exit statuses only when a command is unsuccessful, as well as the behavior of `deploy` as of v0.995. Nothing to do is considered successful. Thanks to Paul Williams for the PR (#374)!
  • Update `psql` options to use a conninfo string to honor connection parameter key words for PostgreSQL targets. It can now take advantage of the connection service file using `db:pg:///?service=$PGSERVICE` as well as other connection parameters. Thanks to Paul Williams for the PR (#375)!

Documentation

Sqitch add usage statement
Add a database change to plans
Sqitch bundle usage statement
Bundle a Sqitch project for distribution
Sqitch checkout usage statement
Revert, checkout another VCS branch, and re-deploy changes
Sqitch config usage statement
Get and set local, user, or system Sqitch options
Hierarchical engine and target configuration
Sqitch deploy usage statement
Deploy changes to a database
Sqitch engine usage statement
Manage database engine configuration
Environment variables recognized by Sqitch
Sqitch help usage statement
Display help for Sqitch and Sqitch commands
Sqitch init usage statement
Create a new Sqitch project
Sqitch log usage statement
Show Sqitch change logs
Guide to using database passwords with Sqitch
Sqitch plan usage statement
Show planned database changes
Sqitch rebase usage statement
Revert and redeploy database changes
Sqitch revert usage statement
Revert changes to a database
Sqitch rework usage statement
Rework a database change
Sqitch show usage statement
Show object information or change file contents
Sqitch status usage statement
Show the current deployment status of a database
Sqitch tag usage statement
Create or list tag objects
Sqitch target usage statement
Manage target database configuration
Sqitch upgrade usage statement
Upgrade the registry to the current version
Sqitch verify usage statement
Verify deployed database changes
Sane database change management
Specifying changes for Sqitch
List of common sqitch commands
List of common Sqitch guides
A tutorial introduction to Sqitch change management on Exasol
A tutorial introduction to Sqitch change management on Firebird
A tutorial introduction to Sqitch change management on MySQL
A tutorial introduction to Sqitch change management on Oracle
A tutorial introduction to Sqitch change management on SQLite
A tutorial introduction to Sqitch change management on Vertica
A tutorial introduction to Sqitch change management on PostgreSQL
Sqitch usage statement

Modules

Sane database change management
Sqitch Command support
Add a new change to Sqitch plans
Bundle Sqitch changes for distribution
Revert, change checkout a VCS branch, and redeploy
Get and set local, user, or system Sqitch options
Deploy Sqitch changes to a database
Add, modify, or list Sqitch database engines
Display help information about Sqitch
Initialize a Sqitch project
Show a database event log
List the changes in the plan
Revert and redeploy Sqitch changes
Revert Sqitch changes from a database
Rework a Sqitch change
Show Sqitch changes to a database
Display status information about Sqitch
Add or list tags in Sqitch plans
Add, modify, or list Sqitch target databases
Upgrade the Sqitch registry
Verify deployed Sqitch changes
Sqitch configuration management
Sqitch DateTime object
Sqitch Deployment Engine
Sqitch Exasol Engine
Sqitch Firebird Engine
Sqitch MySQL Engine
Sqitch Oracle Engine
Sqitch PostgreSQL Engine
Sqitch SQLite Engine
Sqitch Vertica Engine
Format events and changes for command output
Sqitch Deployment Plan
Sqitch deployment plan blank line
Sqitch deployment plan tag
Sqitch deployment plan change list
Sqitch dependency specification
Sqitch deployment plan line
Sqitch deployment plan line list
Sqitch deployment plan blank line
Sqitch deployment plan tag
An engine based on the DBI
A command that reverts and deploys
A command that handles target-related configuration
Sqitch deployment target
Definition of attribute data types
Sqitch Exception class