Bug 124373 (DEFECT000308612)

Summary: SUM() in query failing
Product: [Novell Products] NDS SDK Reporter: Susan Perrin <susan.perrin>
Component: JDBCAssignee: Parameswaran S <sparamesh>
Status: VERIFIED FIXED QA Contact: Sundar Swamy <ssundar>
Severity: Critical    
Priority: P5 - None CC: aclark
Version: OCT 2006 NDKKeywords: English
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: Customer Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Rajkumar V 2005-10-10 22:54:45 UTC


------- Bug moved to this database by vrajkumar@novell.com 2005-10-10 16:54 -------

This bug previously known as bug DEFECT000308612 at remedy/
remedy/show_bug.cgi?id=DEFECT000308612
Originally filed under the NDS SDK product and JDBC component.

---------
<remedy_version_found_in> Sept NDK </remedy_version_found_in>
---------
<remedy_milestone> BLANK </remedy_milestone>
---------
<remedy_details> select sum(integer_type_attribute) FROM object

fails with
SQLException: SQLState(S0000) vendor code(1023)
java.sql.SQLException: [Novell][LDAP JDBC Driver] Invalid
operand for operator: SUM
        at com.novell.sql.Errors.sqlException(Errors.java)
        at com.novell.sql.LDAPStatement.executeQuery

According to the doc, you handle integer types as integers, so I'm submitting
this as a bug. </remedy_details>