Hello Team,

  Here follow a patch to fix a silly detail on the excellent job by sherr.

   This patch address the issue introduced by commit
6bba7b2a49e5aea7eab21533de5bb88cd41857ad

 Thank you.

Best Regards,
mmello

-- 
Marcelo Moreira de Mello
RHCA RHCSS RHCVA 
Senior Software Maintenance Engineer/SEG           

gpg id: 2048R/FDB110E5
gpg fingerprint: 3BE7 EF71 4DD7 6812 D309  8F18 BD42 D095 FDB1 10E5

From: Marcelo Moreira de Mello <mme...@redhat.com>
Date: Tue, 19 Jun 2012 19:50:39 -0300
Subject: [PATCH] 831320 - removed the ';' character due the error ORA-00911

    Caused by: 
    com.redhat.rhn.common.db.WrappedSQLException: ORA-00911: invalid character

---
 .../src/com/redhat/rhn/common/db/datasource/xml/config_queries.xml   |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/code/src/com/redhat/rhn/common/db/datasource/xml/config_queries.xml b/java/code/src/com/redhat/rhn/common/db/datasource/xml/config_queries.xml
index eae5676..5f71e50 100644
--- a/java/code/src/com/redhat/rhn/common/db/datasource/xml/config_queries.xml
+++ b/java/code/src/com/redhat/rhn/common/db/datasource/xml/config_queries.xml
@@ -1320,7 +1320,7 @@ select cc.label as config_channel_label,
    and cf.config_channel_id = cc.id
    and cf.config_file_name_id = cfn.id
    and cr.config_file_type_id = cft.id
-order by cfn.path;
+order by cfn.path
   </query>
 </mode>
 
-- 
1.7.10.4

_______________________________________________
Spacewalk-devel mailing list
Spacewalk-devel@redhat.com
https://www.redhat.com/mailman/listinfo/spacewalk-devel

Reply via email to