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
|
One of my Entites has a Int64 Id and the first item in the database has an Id of 0 I can query this Id ok but when I look at the object the Id is -4 and this prevents me from assigning this Entity to any relation
|
|
|
LightSpeed doesn't support 0 and negative IDs in the database. (It uses these values internally as marker values for entities that have not yet been allocated a database ID.) I have logged a bug that this should report a meaningful error rather than corrupting the ID. Thanks for alerting us to the problem. |
|
|
Thanks I have already changed my code and database, I figured this was the case. |
|