Bug when updating Model from Database
Posted: Thu 04 Aug 2011 12:50
Hello,
Using the latest LinqConnect version, when updating a model from an Oracle 11g database and for a CHAR(1) NOT NULL column that maps to a String property and its Default value is set to "3", i always get a synch mismatch with the following information :
DefaultValue(old='3', new="3") was changed.
Pay attention to the mismatch on the type of the quotes.
If i enclose the Default Value of the property of my class in single quotes, '3', everything works. If i set it to 3 without any quotes, i get the bug.
Using the latest LinqConnect version, when updating a model from an Oracle 11g database and for a CHAR(1) NOT NULL column that maps to a String property and its Default value is set to "3", i always get a synch mismatch with the following information :
DefaultValue(old='3', new="3") was changed.
Pay attention to the mismatch on the type of the quotes.
If i enclose the Default Value of the property of my class in single quotes, '3', everything works. If i set it to 3 without any quotes, i get the bug.