Revisions of perl-App-Sqitch

Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 1153675 from Tina Müller's avatar Tina Müller (tinita) (revision 7)
- updated to 1.4.1
   see /usr/share/doc/packages/perl-App-Sqitch/Changes
  1.4.1  2024-02-04T16:35:32Z
       - Removed the quoting of the role and warehouse identifiers that was
         added to the Snowflake engine in v1.4.0. Turns out Snowflake allows a
         warehouse to be specified in a different database, in which case dots
         are valid in the name and should not be quoted! So users must properly
         quote when necessary, but added notes to `sqitchtutorial-snowflake.pod`
         on the need to use URI escapes for special characters. Thanks to
         Patrick Sabo for the find, and to @marc-marketparts for validating
         that URI encoding works.
       - Added notes on URL encoding database URLs to `sqitch-target.pod`, the
         main reference for database URLs in the Sqitch documentation.
       - Fixed the output of the list of changes to be deployed or reverted to
         actually require `--verbose` twice, as described in the v1.4.0 changes,
         and not just once. Thanks to Erik Wienhold for the PR (#785)!
       - Removed the duplicate change name from the output of the list of
         changes to be deployed or reverted with `-VV`. Thanks to Erik Wienhold
         for the PR (#787)!
       - Fixed invalid template resolution when adding a singe change to
         multiple engines at once. Thanks to Christian Riedel for the detailed
         bug report (#795)!
       - Fixed Oracle and Firebird test failures due to incorrect use of `chmod`.
         Thanks to Slaven Rezić for the report and the fix (#807)!
       - Tests now require Test::Warn 0.31 or later, as newline handling issues
         cause test failures in earlier versions. Thanks to Slaven Rezić for the
         test reports and for identifying the issue.
       - Updated the locale configuration to fix issues in more recent versions
         of Perl, and added tests to ensure that the sqitch CLI executes and
         properly emits localized messages (except on Windows, where the language
         codes are incompatible).
       - Fixed an issue where the MySQL engine failed to recognize the MariaDB
         `mysql` client installed by Homebrew on macOS. Thanks to Carlos Ramos
         for the bug report and PR (#791)!
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 1102921 from Tina Müller's avatar Tina Müller (tinita) (revision 6)
- updated to 1.4.0
   see /usr/share/doc/packages/perl-App-Sqitch/Changes
  1.4.0 2023-08-01T23:37:30Z
       - Fixed Snowflake warehouse and role setup to properly quote identifiers
         unless they're valid unquoted identifiers or already quoted. Thanks to
         @marc-marketparts for the report (#685).
       - Fixed a bug reworking a change when a rework directory is configured
         but not created. Thanks to @jfeaver for the report (#686).
       - Output the list of changes to be deployed or reverted when `--verbose`
         is specified at least twice. Thanks to @vectro for the PR (#702).
       - Fixed the formatting of the log and plan commands to allow empty or `0`
         separators in lists of things (such as `%{0}t` for a list of tags).
         Thanks to @web-vertalo for the pull request (#703).
       - Updated the MySQL Tutorial to use 5.7 features. Thanks to Vlad
         Safronov for the PR (#705).
       - Deprecated the `no_prompt` and `no_prompt` attributes of
         App::Sqitch::Engine in favor of passing booleans to the `revert` and
         `verify` methods. The attributes still exist for reverse compatibility,
         but now emit warnings and will be removed in the future. Thanks to
         Thanks to @vectro for the PR (#704).
       - Added a warning for a double extension on the file names created
         by the `add` command. Thanks to @blairjordan for the PR (#724)!
       - Added the `revert.strict` boolean configuration variable which, when
         set to true, requires the specification of a change to revert to. It
         also disables the `rebase` and `checkout` commands, though the
         `rebase.strict` and `checkout.strict` variables, respectively, may
         override it. Use `revert.strict` to prevent accidental reverts in
         sensitive environments. Thanks to @vectro for the PR (#719; revised in
         #735)!
       - Fixed test failures due to a bug fix in the Perl URI module
         (libwww-perl/URI#13). Thanks to @bobfang for the report (#744)!
       - Fixed test failures due to a change in the generation of DBI DSN by
         URI::Oracle introduced by libwww-perl/URI-db#23.
       - Added a format option `%F` to `sqitch plan` that prints the path for
         the deploy file for each migration in the plan.
       - Changed the default location for the Oracle `sqlplus` client when the
         `ORACLE_HOME` environment variable is set. It now returns either
         `$ORACLE_HOME/bin/sqlplus` or `$ORACLE_HOME/sqlplus` if it exists
         and is executable (and ends in `.exe` on Windows). Otherwise it simply
         returns `sqlplus` as before, assuming it will be found in the path.
         Thanks to @vectro for the suggestion (#747).
       - Increased the required version of DBI to 1.631 or higher and removed
         a MySQL engine workaround for older versions.
       - Added detection of a missing registry schema on connect and conditions
         to avoid querying it when it does not exist. Fixes an issue where
         Sqitch might find a project record in the current schema instead of the
         expected registry schema. Thanks to @vectro for the report and
         investigation (#668)!
       - Fixed Snowflake and MySQL to properly raise errors on session query
         failures immediately after connection.
       - Fixed the handling of unique violations for deploy script hash
         uniqueness so that it no longer returns a database error but properly
         reports the issue in a more human-friendly error message. Thanks to
         Stefan Badenhorst for the reminder (#630).
       - Updated the registry SQL scripts for Vertica to always enable primary
         key and unique constraints. Unique constraints are now enabled for
         all database engines except Exasol and Snowflake.
       - Dropped support for Vertica 7.1, as unique constraint enforcement was
         not added until Vertica 7.2.
       - Increased minimum SQLite versions to 3.8.6, when unique constraint
         enforcement was added.
       - Removed remaining uses of the smartmatch operator, thus eliminating
         the Perl 5.38 warnings about its deprecation. (#769)
       - Added Cockroach to the list of valid engines recognized in command-line
         arguments (and a test to ensure new engines won't be omitted in the
         future). Thanks to @NOBLES5E for the spot (#772)!
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 1010425 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 5)
- updated to 1.3.1
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 846309 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 4)
Please review. Uses new "misc" feature of cpanspec
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 3)
- updated to 0.9994
   see /usr/share/doc/packages/perl-App-Sqitch/Changes
  0.9994 2016-01-08T19:46:43Z
       - Reduced minimum required MySQL engine from 5.1.0 to 5.0.0. Thanks to
         @dgc-wh for testing it (Issue #251).
       - Fixed floating-point rounding issue with SQLite registry versions on
         Perls with 16-byte doubles. Thanks to H. Merijn Brand for the report
         and testing.
       - Fixed an error when adding an engine with the `engine` command. Thanks
         to Victor Mours for the report and fix!
       - Updated the Oracle engine to support Oracle Wallet connection strings,
         where no username or host is in the connection URI. Thanks to Timothy
         Procter for the patch!
       - Improved the installer's selection of the prefix in which to install
         `etc` files to better match the `--installdirs` option, which defaults
         to the "site" directories. Thanks to @carragom for the pull request
         (#265).
       - Added missing dash to `-engine` in sample calls to `sqitch init` in the
         tutorials. Thanks to Andrew Dunstan for the spot (Issue #268).
       - Fixed broken Vertica documentation links.
       - Attempting to revert a database with no associated registry no longer
         reports the registry as version 0, but correctly reports that no
         registry can be found. Thanks to Arnaldo Piccinelli for the spot (Issue
         #271).
       - Fixed the search for change IDs in engines to match the search for
         changes. Specifically, change ID seaerch now properly handles the
         offset characters `~` and `^`. This bug mainly affected the `verify`
         command, but it's good to address the inconsistency, done mainly by
         adding the `find_change_id` and `change_id_offset_from_id` methods to
         complement the `find_change` and `change_offset_from_id` methods.
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 186745 from Darin Perusich's avatar Darin Perusich (deadpoint) (revision 2)
A Sane database change management tool. please make me the maintainer.
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 186745 from Darin Perusich's avatar Darin Perusich (deadpoint) (revision 1)
A Sane database change management tool. please make me the maintainer.
Displaying all 7 revisions
openSUSE Build Service is sponsored by