What steps will reproduce the problem?

[Index("Name",Unique = true)]
public abstract class AbsClass : Entity
{
    [Field,Key]
    public Guid Id { get; private set; }

    [Field]
    public string Name { get; set; }
}

[HierarchyRoot]
public class MyClass : AbsClass
{
}

What is the expected output? Table MyClass with Unique index on Name field

What do you see instead? Table MyClass without Unique index on Name field

What version of the product are you using? On what operating system? 4.4.0, Win7

asked Mar 15 '11 at 09:35

xumix's gravatar image

xumix
425757682

edited Mar 15 '11 at 10:03

Dmitri%20Maximov's gravatar image

Dmitri Maximov
22111211


One Answer:

To be fixed.

answered Mar 16 '11 at 03:26

Alex%20Yakunin's gravatar image

Alex Yakunin
29714412

Fixed in revision 7502. Nightly build will be available soon in download section.

(May 11 '11 at 10:14) Dmitri Maximov Dmitri%20Maximov's gravatar image
Your answer
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!
toggle preview

powered by OSQA