hoonsbara / octalforty-wizardby

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

Allow explicit specification of where table template should be "imported" #22

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Currently, the only way to use table templates in Wizardby is as follows:

    Site templates => [Version, Audit]:
    AccountID references => Account
    Name type => S
    Culture type => S

This will add columns defined in Version and Audit strictly after all columns 
specified in "add table" element. While sometimes this is fine, there are cases 
when it's preferable to explicitly specify, where exactly should these columns 
go:

    Site:
        include Version
    AccountID references => Account
    Name type => S
    Culture type => S
        include Audit
        Blob type => Binary

Original issue reported on code.google.com by anton.go...@gmail.com on 3 Aug 2010 at 10:04

GoogleCodeExporter commented 8 years ago

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

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

Added support for "import-template" statement in "add table" and "alter table" 
statements.

Original comment by anton.go...@gmail.com on 13 Aug 2010 at 9:17