hoonsbara / octalforty-wizardby

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

length property is ignored when referencing an aliased type #14

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
This portion:

    type-aliases:
        S type => String, nullable => false, lenght => 200

    version 1:
        Category:
            Slug type => S

results in Slug column being generated as nvarchar(max) instead of 
nvarchar(200).

Original issue reported on code.google.com by anton.go...@gmail.com on 1 Feb 2010 at 9:04

GoogleCodeExporter commented 8 years ago
It was a misspelled property issue: lenght vs length.

Original comment by anton.go...@gmail.com on 1 Feb 2010 at 9:05