Hi all, I created a new DB from our existing DO-DB with an generated SQL-Create-Script and got the following warnings. Warning! The maximum key length is 900 bytes. The index 'PK_Extension' has maximum length of 2048 bytes. For some combination of large values, the insert/update operation will fail. Warning! The maximum key length is 900 bytes. The index 'PK_Assembly' has maximum length of 2048 bytes. For some combination of large values, the insert/update operation will fail. How can i fix this, because DO generates our DB? Thanks for every help. Marco Leonardi |
This exception means it will be impossible to insert key values longer then 450 chars to our own Probably, we'll fix the warning in future version of DO. Issue 807 is created. |