hoonsbara / octalforty-wizardby

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

Type aliases are not substituted for "alter column" statements #29

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
This fails:

  type-aliases:
    D type => "decimal!", scale => 20, precision => 4

  version 10:
    alter table X:
      alter column Y type => D

Original issue reported on code.google.com by anton.go...@gmail.com on 6 Mar 2011 at 2:23