According to this website ( http://msdn.microsoft.com/en-us/library/bb386947.aspx) timestamp should be binary or byte[] type, yet dbmetal is creating a dbml mapping to DateTime.
Is this correct? On 18 September 2010 17:25, James Darbyshire <[email protected]>wrote: > Hi all, > > For MySQL column RowVersion of type timestamp, I am getting a compile time > error in VS 2010: > > >> Error 1 DBML1005: Mapping between DbType 'timestamp' and Type > 'System.DateTime' in Column 'RowVersion' of Type 'Activity' is not > supported. 0 0 > > Now that definitely makes sense as they are 2 different data types... But > how do I use MySQL timestamps and DBLinq for optimistic concurrency? > > Thanks, > > James > -- > Regards, > > James Darbyshire > [email protected] > -- Regards, James Darbyshire [email protected] -- You received this message because you are subscribed to the Google Groups "DbLinq" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/dblinq?hl=en.
