tinydb
tinydb copied to clipboard
Fix type confusion bug
There is a bug which when you have a table of two or more types, updating an item in one type will cause every single item in the entire database to be converted to that type. This is a fatal bug and makes the database virtually useless. This pull request fixes this bug.
hi who are you