DDieterich / DTGen

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

Change DELETE_TAB script to UTIL.DELETE_TAB function #53

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What will the enhancement do?

  -) Change DELETE_TAB script to UTIL.DELETE_TAB function

How is this currently done or handled?

  -) Custom process in APEX GUI
  -) DELETE_TAB script is not available from assemble package
  -) DELETE_TAB script deletes all records for all applications

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

  -) Pre-Release 0.11

Please provide any additional information below.

  -) Input parameter will be the application ID
  -) Input parameter of 0 will delete all records for all applications
  -) Output will be the total number of records deleted
  -) Change APEX GUI process to use new UTIL.DELETE_TAB function

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

GoogleCodeExporter commented 9 years ago
THIS IS NOT A UTIL FUNCTION.  This function needs to go into some other 
"non-generated" package because it is specific to the DTGen application.

Original comment by Duane.Di...@gmail.com on 22 Aug 2012 at 4:20

GoogleCodeExporter commented 9 years ago
Implemented as UTIL.DELETE_ALL_DATA.  The DELETE_TAB, or DELETE_ODS, function 
for DTGen was moved to DTGEN_UTIL.

Original comment by Duane.Di...@gmail.com on 14 Sep 2012 at 2:01

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Issue 80 has been merged into this issue.

Original comment by Duane.Di...@gmail.com on 4 Oct 2012 at 12:13