[Rt-commit] rt branch, 4.2/oracle-semicolon-cleanup, created. rt-4.2.10-236-gdad0e0f

? sunnavy sunnavy at bestpractical.com
Sat Apr 11 12:11:30 EDT 2015


The branch, 4.2/oracle-semicolon-cleanup has been created
        at  dad0e0f01a1b048ebebd79e4c0a2b01121e22f86 (commit)

- Log -----------------------------------------------------------------
commit dad0e0f01a1b048ebebd79e4c0a2b01121e22f86
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Sat Apr 11 23:50:39 2015 +0800

    Oracle errors out "ORA-00911: invalid character" because of the trailing semicolon

diff --git a/etc/upgrade/4.2.11/content b/etc/upgrade/4.2.11/content
index 883b519..8c40d37 100644
--- a/etc/upgrade/4.2.11/content
+++ b/etc/upgrade/4.2.11/content
@@ -9,7 +9,7 @@ our @Initial = (
         RT->DatabaseHandle->dbh->do(<<EOSQL);
             DELETE FROM Attributes
              WHERE Name = 'DeferredRecipients'
-               AND Content IS NULL;
+               AND Content IS NULL
 EOSQL
     },
     sub {

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


More information about the rt-commit mailing list