You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the logic for ordering is flawed. In looking at the code a count is done on the table and the new row is added with an ordering of row count + 1. The problem is if you delete anything from the middle of the list and then add something to the list it gets inserted with an ordering that is not at the end since the rowcount is now lower than the highest ordering value.
I think this is true of all the insert routines.
The text was updated successfully, but these errors were encountered:
yacreader/YACReaderLibrary/db_helper.cpp
Line 1425 in 5f03fc5
I think the logic for ordering is flawed. In looking at the code a count is done on the table and the new row is added with an ordering of row count + 1. The problem is if you delete anything from the middle of the list and then add something to the list it gets inserted with an ordering that is not at the end since the rowcount is now lower than the highest ordering value.
I think this is true of all the insert routines.
The text was updated successfully, but these errors were encountered: