Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "DTP SQLDevTools Ganymede Project Plan"

(New page: == Purpose == This document details the plan for DTP SQL Development Tools in the 1.6 ("Ganymede") release. == Components == [[DTP_SQL_Query_Builder_Ganymede_Project_Plan | SQL Query Bui...)
 
(Components)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 +
{{Back To|name=DTP Ganymede Project Plan|href=DTP Ganymede Project Plan}}
 +
 
== Purpose ==
 
== Purpose ==
 
This document details the plan for DTP SQL Development Tools in the 1.6 ("Ganymede") release.
 
This document details the plan for DTP SQL Development Tools in the 1.6 ("Ganymede") release.
Line 4: Line 6:
  
 
== Components ==
 
== Components ==
[[DTP_SQL_Query_Builder_Ganymede_Project_Plan | SQL Query Builder]]
+
=== [[DTP_SQL_Query_Builder_Ganymede_Project_Plan | SQL Query Builder]] ===
 +
 
 +
=== SQL File Execution enhancements ===
 +
*Multi-file execution feature [https://bugs.eclipse.org/bugs/show_bug.cgi?id=158221  158221] [https://bugs.eclipse.org/bugs/show_bug.cgi?id=197156  197156].
 +
:Target for '''M5''';  P1;  Est: 5 days
 +
*Default profile for SQL dev project [https://bugs.eclipse.org/bugs/show_bug.cgi?id=176103  176103].
 +
:Target for '''M5''';  P1;  Est: 10 days
 +
*Attach profile automatically if there is selection in D.S.E. [https://bugs.eclipse.org/bugs/show_bug.cgi?id=197082  197082].
 +
:Target for '''M5''';  P1;  Est: 5 days
 +
*Execute current statement without seletion [https://bugs.eclipse.org/bugs/show_bug.cgi?id=185501  185501].
 +
:Target for '''M5''';  P1;  Est: 5 days
 +
*Execute multiple Derby statements more conveniently [https://bugs.eclipse.org/bugs/show_bug.cgi?id=202579  202579].
 +
:Target for '''M5''';  P1;  Est: 5 days
 +
*Misc problems/enhancements related to setting connection profile [https://bugs.eclipse.org/bugs/show_bug.cgi?id=202898  202898].
 +
:Target for '''M5''';  P1;  Est: 10 days
 +
 
 +
=== SQL Editor Framework enhancements ===
 +
*Procedural object overloading and package support [https://bugs.eclipse.org/bugs/show_bug.cgi?id=171718  171718] [https://bugs.eclipse.org/bugs/show_bug.cgi?id=199353  199353]. 
 +
:Target for '''M6''';  P2;  Est: 25 days
 +
 
 +
=== SQL Editor Enhancements ===
 +
*Add preference for SQL Editor syntax coloring [https://bugs.eclipse.org/bugs/show_bug.cgi?id=199200  199200]. 
 +
:Target for '''M7''';  P2;  Est: 15 days
 +
 
 +
=== SQL Results View features ===
 +
*Allow copy/paste from SQL execution results table [https://bugs.eclipse.org/bugs/show_bug.cgi?id=159961  159961]. 
 +
:Target for '''M5''';  P1;  Est: 3 days
 +
*Support column alias [https://bugs.eclipse.org/bugs/show_bug.cgi?id=194169  194169]. 
 +
:Target for '''M5''';  P1;  Est: 3 days
 +
*Should replace TAB symbol with space in SQL Results view [https://bugs.eclipse.org/bugs/show_bug.cgi?id=194379  194379]. 
 +
:Target for '''M5''';  P1;  Est: 1 days
 +
*SQL Results View Group support enhancement [https://bugs.eclipse.org/bugs/show_bug.cgi?id=203023  203023]. 
 +
:Target for '''M5''';  P1;  Est: 15 days
 +
 
 +
=== Bug fixing ===
 +
*Access warnings: Clean up external/internal Discourage Access warnings in SQL Dev plug-ins
 +
[https://bugs.eclipse.org/bugs/show_bug.cgi?id=201139  201139], [https://bugs.eclipse.org/bugs/show_bug.cgi?id=201129  201129], [https://bugs.eclipse.org/bugs/show_bug.cgi?id=201132  201132], [https://bugs.eclipse.org/bugs/show_bug.cgi?id=201133  201133], [https://bugs.eclipse.org/bugs/show_bug.cgi?id=201134  201134]
 +
:Target for '''M5''';  P1;  Est: 10 days
 +
*ProfileUtil getDatabase return null when working offline [https://bugs.eclipse.org/bugs/show_bug.cgi?id=199182  199182]
 +
:Target for '''M6''';  P1;  Est: 1 days
 +
*Can NOT input Chinese (allow customization of the content assist shortcut key) [https://bugs.eclipse.org/bugs/show_bug.cgi?id=195946  195946]
 +
:Target for '''M6''';  P2;  Est: 2 days
 +
*SQLMultiLineRule.java - Data Overflow  -  Found using SofCheck Inspector [https://bugs.eclipse.org/bugs/show_bug.cgi?id=196995  196995]. 
 +
:Target for '''M6''';  P1;  Est: 2 days
 +
*Inconsistent preference pages [https://bugs.eclipse.org/bugs/show_bug.cgi?id=193793  193793]. 
 +
:Target for '''M6''';  P2;  Est: 3 days
 +
*SQL Editor does not save modified file (linux) [https://bugs.eclipse.org/bugs/show_bug.cgi?id=195615  195615]. 
 +
:Target for '''M6''';  P3;  Est: 2 days
 +
*Value column not editable for Configure Parameters dialog(Mac) [https://bugs.eclipse.org/bugs/show_bug.cgi?id=168621  168621]. 
 +
:Target for '''M6''';  P3;  Est: 2 days

Latest revision as of 03:30, 13 September 2007

Back to DTP Ganymede Project Plan


Purpose

This document details the plan for DTP SQL Development Tools in the 1.6 ("Ganymede") release.


Components

SQL Query Builder

SQL File Execution enhancements

Target for M5; P1; Est: 5 days
  • Default profile for SQL dev project 176103.
Target for M5; P1; Est: 10 days
  • Attach profile automatically if there is selection in D.S.E. 197082.
Target for M5; P1; Est: 5 days
  • Execute current statement without seletion 185501.
Target for M5; P1; Est: 5 days
  • Execute multiple Derby statements more conveniently 202579.
Target for M5; P1; Est: 5 days
  • Misc problems/enhancements related to setting connection profile 202898.
Target for M5; P1; Est: 10 days

SQL Editor Framework enhancements

  • Procedural object overloading and package support 171718 199353.
Target for M6; P2; Est: 25 days

SQL Editor Enhancements

  • Add preference for SQL Editor syntax coloring 199200.
Target for M7; P2; Est: 15 days

SQL Results View features

  • Allow copy/paste from SQL execution results table 159961.
Target for M5; P1; Est: 3 days
Target for M5; P1; Est: 3 days
  • Should replace TAB symbol with space in SQL Results view 194379.
Target for M5; P1; Est: 1 days
  • SQL Results View Group support enhancement 203023.
Target for M5; P1; Est: 15 days

Bug fixing

  • Access warnings: Clean up external/internal Discourage Access warnings in SQL Dev plug-ins

201139, 201129, 201132, 201133, 201134

Target for M5; P1; Est: 10 days
  • ProfileUtil getDatabase return null when working offline 199182
Target for M6; P1; Est: 1 days
  • Can NOT input Chinese (allow customization of the content assist shortcut key) 195946
Target for M6; P2; Est: 2 days
  • SQLMultiLineRule.java - Data Overflow - Found using SofCheck Inspector 196995.
Target for M6; P1; Est: 2 days
  • Inconsistent preference pages 193793.
Target for M6; P2; Est: 3 days
  • SQL Editor does not save modified file (linux) 195615.
Target for M6; P3; Est: 2 days
  • Value column not editable for Configure Parameters dialog(Mac) 168621.
Target for M6; P3; Est: 2 days

Copyright © Eclipse Foundation, Inc. All Rights Reserved.