This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hi, We created a table in SQL Server 2008 with an Id column which was not an identity column. We then changed this in the LS model (e.g. set the identity method from Default to Identity Column). However this change did not get transfered to the database. I'm not sure if this is "working as intended". Regards, Jerremy |
|
|
We have a known limitation at the moment where the Identity Method setting is only respected when you create a table -- subsequent changes to this setting are not detected as requiring an update to the database (adding or removing the identity/autoincrement setting on the database column). This is a little tricky for us to address at present but we are monitoring whether customers run into it so we can prioritise it -- thanks for the feedback! |
|