hoonsbara / octalforty-wizardby

Automatically exported from code.google.com/p/octalforty-wizardby
1 stars 0 forks source link

Resolve Create-Drop(-Create) Issue #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The following fragment:

    version 1:
        add table Tag

    version 2:
        remove table Tag

    version 3:
        add table Tab

(even without version 3) is handled hideously incorrectly. More 
specifically, Wizardby removes an entry for "Tag" table from Environment, 
so all attempts to reference it (say, while compiling version 1) fail.

Original issue reported on code.google.com by anton.go...@gmail.com on 22 Jan 2010 at 3:23

GoogleCodeExporter commented 8 years ago
In line with that: fix failing "BackAndForth" test from r169

Original comment by anton.go...@gmail.com on 3 Aug 2010 at 8:57

GoogleCodeExporter commented 8 years ago

Original comment by anton.go...@gmail.com on 13 Aug 2010 at 8:37

GoogleCodeExporter commented 8 years ago
This issue was updated by revision r173.

Started moving SQL DDL generation to pure AST-driven approach

Original comment by anton.go...@gmail.com on 13 Aug 2010 at 8:38