Bug #46311 | TimeStamp table column Entity Framework issue. | ||
---|---|---|---|
Submitted: | 20 Jul 2009 15:54 | Modified: | 11 Aug 2009 13:47 |
Reporter: | Ian Scragg | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / NET | Severity: | S2 (Serious) |
Version: | MySQL Client 5.1.11 | OS: | Other (XP) |
Assigned to: | Reggie Burnett | CPU Architecture: | Any |
Tags: | connector, entity framework |
[20 Jul 2009 15:54]
Ian Scragg
[21 Jul 2009 13:36]
Tonci Grgin
Ian, don't know... Need to deal with backlog and then make test for this...
[7 Aug 2009 12:00]
Tonci Grgin
Hi Ian. Looking into latest sources I see what you refer to: - <Type Name="timestamp" PrimitiveTypeKind="Binary"> - <FacetDescriptions> <MaxLength DefaultValue="19" Constant="true" /> <FixedLength DefaultValue="true" Constant="true" /> </FacetDescriptions> </Type> As this section is neither logical nor in sync with "timestamp" section I've decided to set the report to Verified by looking into code and would be most interested why is PrimitiveTypeKind="Binary" if it's not a bug.
[7 Aug 2009 12:02]
Tonci Grgin
Examined file is trunk\MySql.Data.Entity\Provider\Properties\ProviderManifest.xml.
[10 Aug 2009 21:17]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/80487 746 Reggie Burnett 2009-08-10 - fixed timestamp columns with entity framework (bug #46311)
[10 Aug 2009 21:19]
Reggie Burnett
fixed in 6.0.5 and 6.1.1
[11 Aug 2009 7:35]
Ian Scragg
Thank you for resolving this issue quickly.
[11 Aug 2009 13:47]
Tony Bedford
An entry was added to the 6.0.5 and 6.1.1 changelogs: An exception was generated when using TIMESTAMP columns with the Entity Framework.
[31 Jul 2015 13:33]
Neil Hosey
When is this due to be fixed?