summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid E. Wheeler <david@justatheory.com>2023-09-02 19:04:27 -0400
committerDavid E. Wheeler <david@justatheory.com>2023-09-02 19:04:27 -0400
commit257c8eb75bd7f809f76541b90a9a185cb3668332 (patch)
treebd3649df6238695d7c93243e2d677c74da84ffaf
parent7d56f1062970102eb028a61baa8dfd3e832c89ff (diff)
Indentation
-rw-r--r--Changes26
1 files changed, 13 insertions, 13 deletions
diff --git a/Changes b/Changes
index e636b59f..fbc954bc 100644
--- a/Changes
+++ b/Changes
@@ -1,19 +1,19 @@
Revision history for Perl extension App::Sqitch
1.4.1
- - 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 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)!
1.4.0 2023-08-01T23:37:30Z
- Fixed Snowflake warehouse and role setup to properly quote identifiers