Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-pmc] Submission for PMC Approval - 155606 - Delta DDL generation should support generation options


Although the RDB component has no official public APIs, we recognize that adopters are extending these plug-ins and so we are submitting this defect for PMC approval for WTP 1.5.1.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=155606


The attached patch fixes an issue where invalid SQL may be generated unless the

user can specify certain DDL generation options.  The fix is backward
compatible and involves defining a new interface and updating the extension
point code to detect whether the extension point contributor is contributing a
class that implements the old interface or the new interface.  There is no
change to the extension point itself.

Larry Dunnell
Internet address: ledunnel@xxxxxxxxxx

Back to the top