Page 1 of 1

Invalid SSDL generation [Number(1)]

Posted: Wed 25 Nov 2009 09:27
by JonasJ
When generating a storage model in "entity developer for dotConnect" from Oracle 9, a column of type "NUMBER(1) DEFAULT 3 NOT NULL" gets added as boolean with default value 3.
It is easy to correct this by editing the SSDL but it cannot be correct behavior.

Posted: Thu 26 Nov 2009 13:37
by AndreyR
Do you need Bool with default value true or SByte with default value 3?

Posted: Wed 02 Dec 2009 12:50
by JonasJ
AndreyR wrote:Do you need Bool with default value true or SByte with default value 3?
SByte with default value 3

Posted: Wed 02 Dec 2009 15:59
by AndreyR
I will let you know as soon as this issue is adressed.

Posted: Fri 29 Jan 2010 15:12
by AndreyR
Unfortunately, we don't have possibility to map NUMBER(1) DEFAULT 3 NOT NULL to Sbyte.
In the upcoming build the mapping to Int32 with default value 3 will be used.