[open-ils-commits] [GIT] Evergreen ILS branch master updated. 46b52535165051a030404fe3e2be641e9e3dd6e9

Evergreen Git git at git.evergreen-ils.org
Fri Aug 11 15:22:14 EDT 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  46b52535165051a030404fe3e2be641e9e3dd6e9 (commit)
      from  e052cad09214b8f79618e9ddd66b1159a4a2e5cf (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 46b52535165051a030404fe3e2be641e9e3dd6e9
Author: Galen Charlton <gmc at equinoxinitiative.org>
Date:   Fri Aug 11 15:35:38 2017 -0400

    LP#1705524: fix a quoting issue in the DB update scripts
    
    ... toss enough quotes at the problem, and eventually one
    will make it to the end.
    
    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>

diff --git a/Open-ILS/src/sql/Pg/upgrade/1054.data.tz_org_setting.sql b/Open-ILS/src/sql/Pg/upgrade/1054.data.tz_org_setting.sql
index bc33d7f..8c18186 100644
--- a/Open-ILS/src/sql/Pg/upgrade/1054.data.tz_org_setting.sql
+++ b/Open-ILS/src/sql/Pg/upgrade/1054.data.tz_org_setting.sql
@@ -50,14 +50,14 @@ COMMIT;
 
 \qecho The following query will adjust all historical, unaged circulations so
 \qecho that if their due date field is pushed to the end of the day, it is done
-\qecho in the circulating library'''s time zone, and not the server time zone.
+\qecho in the circulating library''''s time zone, and not the server time zone.
 \qecho 
 \qecho It is safe to run this after any change to library time zones.
 \qecho 
 \qecho Running this is not required, as no code before this change has
 \qecho depended on the time string of '''23:59:59'''.  It is also not necessary
 \qecho if all of your libraries are in the same time zone, and that time zone
-\qecho is the same as the database'''s configured time zone.
+\qecho is the same as the database''''s configured time zone.
 \qecho 
 \qecho 'DO $$'
 \qecho 'declare'

-----------------------------------------------------------------------

Summary of changes:
 .../sql/Pg/upgrade/1054.data.tz_org_setting.sql    |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list