java/code

Milan Zazrivec mzazrive at fedoraproject.org
Wed Jun 20 06:19:29 UTC 2012


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

New commits:
commit 67f8efb912dd4bfe7468e1c029addb98352aa2db
Author: Marcelo Moreira de Mello <mmello at redhat.com>
Date:   Wed Jun 20 08:18:02 2012 +0200

    833474 - removed the ';' character due the error ORA-00911
    
    Caused by:
    com.redhat.rhn.common.db.WrappedSQLException: ORA-00911: invalid character

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>
 




More information about the spacewalk-commits mailing list