Bug #67282 | uint type error when add a new query in typed dataset | ||
---|---|---|---|
Submitted: | 18 Oct 2012 7:45 | Modified: | 15 Feb 2013 3:14 |
Reporter: | billy cat | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | Connector / NET | Severity: | S3 (Non-critical) |
Version: | 6.5.4 | OS: | Windows (XP sp3) |
Assigned to: | Assigned Account | CPU Architecture: | Any |
[18 Oct 2012 7:45]
billy cat
[15 Feb 2013 3:14]
Fernando Gonzalez.Sanchez
Verified, For a table defined with create table `table_unsigned`( `id` int, `mydata` int unsigned ) engine = innodb, the first data set maps mydata to uint (in C#) correctly, while a query for the update stmt "update table_unsigned set mydata = ? where id = ?" generates a method UpdateQuery( int?, int? ); // converting second arg to 'int'.