Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dtp-dev] SQL Dev Tools contribution: M3 Iteration2 -- SQL Editor Framework



Hi,
        We've delivered the M3 2nd iteration of SQL Editor Framework into the datatools CVS repository.

Contents include:
  • org.eclipse.datatools.sqltools.sqleditor plugin :
        Syntax validation (H): This feature is disabled by default since the generic parser is not accurate. Vendor contributed parser can turn this option on.
        Outline view (H): Shows the structure of the sql editor by using parser.
        Statement execution code (pending on connectivity layer)
        Added editing context menu to sql editor and sql outline view.
  • org.eclipse.datatools.sqltools.routineeditor plugin:
        Routine launch configuration UI - run mode ( C) [SM, Conn, DDM] (pending on connectivity layer): You can find it in "Run..."-->"Eclipse Data Tools". Now still has error to retrieve routine object list due to the connection problem.
        Defined the SQL launchConfigurationType extension point


Plans for next week:
Workable routine editor (depends on the resolving of the above mentioned limitations)
- Life cycle management (C ) [SM, Conn]
- Generic SQL editor implementation (Derby) ( C) [SM, Conn, DDM]
- code template (H)
- generic and extensible SQL editor preference pages (H)
- Integration w/ Model Base and Connectivity


Best Regards!

Hui Cao


DTP SQL Dev Tools Committer, Workgroup Lead
Sr S/W Eng - Dev
Sybase, Inc. Shanghai, China


Back to the top