In 0.9.9.12, I noticed the following error occurs when movies or people are grouped by date added. It happens as soon as a node that includes the time is selected.
Error
InitChildren
conversion error from string "@1"
Overflow occurred during data type conversion.
Error Code: 14The same error happens in 0.9.9.13. On reading the above, I assumed the problem was now a corrupt database. Just for fun, I tried the SQL fix. I didn't get past the first statement, which produced the following error.
Error
unsuccessful metadata update
@1
This operation is not defined for system tables.
Error Code: 31So I restored from backup untouched by 0.9.9.12/13. The first error still occurs.
Maybe this is just a function of the error, but the grouping is not by date as it should be. I don't know what granularity is being used, but it seems to be less than a second. After updating a batch of people, I've got 10 separate nodes all for the same second. One of them has two items. I'm not sure what that means—two records updated in the same 1/10th of a second?
Other than this, I'm not having other difficulties—like with adding movies. I am concerned, however, that whatever the problem is may be corrupting the database.