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
|
The subject says it all, but when I set Soft Delete to True on an entity, it will create a DeletedOn column in the corresponding table, but it will make it not nullable. I have to manually alter these columns to be nullable before inserting objects, or I'll get a constraint violation exception. This is on SQL Server 2008. |
|
|
Thanks for alerting us to this. This was an issue with table creation. We have now fixed this and the fix
will be included in nightly builds dated 24 Mar 2009 and above,
available from
http://www.mindscape.co.nz/products/lightspeed/nightlybuilds.aspx or
the store after about 1430 GMT. Alternatively, a workaround is to turn soft delete on *after* the table has been created, and perform an update. |
|