Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 362484

Summary: SQL - default ADD statement fails with invalid SQL statement - regression
Product: z_Archived Reporter: Paul Hoffman <hoffmanp>
Component: EDTAssignee: Project Inbox <edt.javagen-inbox>
Status: CLOSED FIXED QA Contact:
Severity: major    
Priority: P3 CC: jvincens, svihovec
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
Test case.
none
library for loading database for test program none

Description Paul Hoffman CLA 2011-10-31 09:33:07 EDT
Created attachment 206207 [details]
Test case.

Statement "add row to ds" fails with invalid SQL statement.   This is a regression.

It would help to understand the error if the error information included the text of the invalid SQL statement.

See attached sample program.    LoadDataBase.egl attachment is modified.   Make sure you load new copy.

Build is 10310901.

Exception message is: 

Add row 1
Load database failed on previous action, ex = Syntax error: Encountered "," at line 1, column 21.: [sqlstate:42X01][sqlcode:30,000]
Syntax error: Encountered "," at line 1, column 21.: [sqlstate:42X01][sqlcode:30,000]
Comment 1 Paul Hoffman CLA 2011-10-31 09:33:37 EDT
Created attachment 206208 [details]
library for loading database for test program
Comment 2 Joseph Vincens CLA 2011-10-31 16:01:26 EDT
fixed
Comment 3 Paul Hoffman CLA 2011-11-01 10:23:44 EDT
Verified and closed.