class Qwe : Entity {
        [Field(Length = 64, Nullable = false)]
        public string SysName { get; set; }
}

When I get FieldInfo for this property I get IsNullable = true, which is obviously wrong

This thread was imported from our support forum. The original discussion may contain more detailed answer.

asked Jun 03 '10 at 12:36

xumix's gravatar image

xumix
425757682

Fixed.

(Jun 03 '10 at 12:36) Alex Yakunin Alex%20Yakunin's gravatar image

Btw, this bug was for string fields only. Entity & other nullable fields (int?, etc.) were handled properly.

(Jun 03 '10 at 12:36) Alex Yakunin Alex%20Yakunin's gravatar image

Alex, in which build will be these fixed bugs founded and fixed last days? And when?

(Jun 03 '10 at 12:36) Peter Ĺ ulek Peter%20%C5%A0ulek's gravatar image

We're going to update v4.3 nearly on Monday.

(Jun 03 '10 at 12:36) Alex Yakunin Alex%20Yakunin's gravatar image
Be the first one to answer this question!
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

Subscription:

Once you sign in you will be able to subscribe for any updates here

Tags:

×574

Asked: Jun 03 '10 at 12:36

Seen: 2,128 times

Last updated: Jun 03 '10 at 12:36

powered by OSQA