Bug 118758

Summary: com.redhat.persistence.oql.Query empty column names problem
Product: [Retired] Red Hat Web Application Framework Reporter: Brett Prucha <pruchaba_bah>
Component: otherAssignee: ccm-bugs-list
Status: CLOSED RAWHIDE QA Contact: Jon Orris <jorris>
Severity: medium Docs Contact:
Priority: medium    
Version: nightly   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-04-02 12:42:04 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Brett Prucha 2004-03-19 21:14:51 UTC
Description of problem:

Could you change line 131 of com.redhat.persistence.oql.Query to:

    sql = sql.add("1 as dummy");

Otherewise SQL Server gives me this error:

    No column was specified for column 1 of 'X'.

Before I was able to get around this with my SQLServerWriter.

Comment 1 Rafael H. Schloming 2004-03-20 00:18:59 UTC
I've made this change on the qgen branch @41572. This should be pushed
to the trunk early next week.