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

Bug 370388

Summary: How to automatically update EGL code generated by Data Access Wizard after adding a new column
Product: z_Archived Reporter: Song Fan <songfan>
Component: EDTAssignee: Project Inbox <edt.ide.ui-inbox>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3 CC: chenzhh, jinfahua, smythew, songfan, svihovec
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Bug Depends on:    
Bug Blocks: 367261    

Description Song Fan CLA 2012-02-01 21:58:26 EST
Build Identifier: 

If we already have a database app created using the Record Wizard, Service Wizard & Library Wizard, Now a new column is added to the table. 
How do we update our app to use the new column? 
Should user run each Wizard again?
Insert the new column after parsing the current EGL code (not preferred)

Reproducible: Always
Comment 1 Will Smythe CLA 2012-02-01 23:28:38 EST
Hopefully the service/library we create as part of this wizard does not have too many (if any) direct references to fields in the database table. We should do whatever we can to avoid this, such that only records every need to be re-created if a new column is added to a table.