scheme2ddl icon indicating copy to clipboard operation
scheme2ddl copied to clipboard

How to create master script based on the sql outputs in different folders

Open GoogleCodeExporter opened this issue 10 years ago • 3 comments

How to create master script based on the sql outputs in different folders.

we should have a provision to create a master script which will call all 
scripts generated for a schema in a particular order.

Any guess how could we achieve this.

Original issue reported on code.google.com by [email protected] on 8 Jun 2013 at 2:46

GoogleCodeExporter avatar Mar 19 '15 13:03 GoogleCodeExporter

Original comment by [email protected] on 9 Jun 2013 at 8:21

  • Changed state: Accepted
  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

GoogleCodeExporter avatar Mar 19 '15 13:03 GoogleCodeExporter

My experience is, that it's nearly impossible to find a sequence of sql calls that work without errors because of dependencies between the files.

arno82 avatar Nov 16 '15 10:11 arno82

I used ddl2scheme.sh script from my fork https://github.com/xorader/scheme2ddl/tree/3.x_patches_from_xorader here.

xorader avatar Apr 26 '17 18:04 xorader