DDieterich / DTGen

DTGEN Code Generation Tool for Relational Designers (See Wiki Branch)
http://dtgen.org
3 stars 0 forks source link

Add application packages to the FILES table #17

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What will the enhancement do?

 -) Add application packages to the FILES table.

How is this currently done or handled?

 -) Empty package specifications are created based on entries in the PROGRAMS table.  Separate SQL script files are manually run to populate those empty specifications and and package bodies.

What version of the product are you using? On what operating system?

 -) DTGen_0.7

Please provide any additional information below.

 -) A command line and GUI option could be available to populate the FILES table from the USER_SOURCE DDL view.
 -) Package specifications could be installed up-front, with the GLOB and UTIL packages.  Package bodies could be installed in the same place the empty package specifications are currently installed.

Original issue reported on code.google.com by Duane.Di...@gmail.com on 7 Apr 2012 at 5:48

GoogleCodeExporter commented 9 years ago
 -) Need columns in PROGRAMS to identify schema to draw USER_SOURCE from.
 -) Possibly need an SEQ column to order the programs.
 -) Possibly need new "Program Types" for "PACKAGE BODY" and "VIEW"

Original comment by Duane.Di...@gmail.com on 11 Apr 2012 at 1:05