Artem - 2024-01-03

As a workaround for saving modified games to the database, I use the following methods:
1) Instead of "Replace game in..." use "Add new game to..." and then delete the previous version of this game. Sometimes it works, sometimes it doesn't.
2) A more reliable way is to save the game with changes to a separate file, and then manually copy it and paste it into the database file, not forgetting to delete the previous version of the game. Essentially, this is the same as the first method, only we do it manually. This works with the PGN format.
In principle, both methods are not so difficult, but it’s still great to be able to save games directly to the database.