Bug #68430 error bigint
Submitted: 19 Feb 2013 13:20 Modified: 19 Mar 2013 17:02
Reporter: pigg pigg Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:5.1 OS:Windows (win7 64bit)
Assigned to: CPU Architecture:Any
Tags: about bigint in entityframework5.0

[19 Feb 2013 13:20] pigg pigg
Description:
5.1 instance 

there is a major key in table .   bigint  type. 
 
mysql connect ver  6.6.5

vs2012 aef 5.0

the bigint type  can't be accept when use ado  entity framework 5,and aef will error to operate  mysql server

the aef5.0  save bigint  type as  decimal.
so  error  .   

my english is  poor.sorry.

中文chinese
主键为bigint类型的字段在vs2012实体类里面被误解为decimal。造成无法操作mysql对象
只能先设置成int类型,然后生成实体对象。。。这个时候该字段时int64的
然后再数据库里面改成bigint才行。。。

   

How to repeat:
first   . .     set  int  to  make  aef

second     set bigint  to  use mysql  table
[19 Feb 2013 17:02] Sveta Smirnova
Thank you for the report.

Please send us complete repeatable test case. For example, session from your MySQL command line client.
[20 Mar 2013 1:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".