vadimdevinsky / onesync

Automatically exported from code.google.com/p/onesync
0 stars 0 forks source link

Sync fails after editing #131

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
For a sync job that Folder A sync with Folder B as intermediate folder.
Edit sync job and choose Folder C as intermediate folder and sync.
It fails as an exception occurs.

It is located at:

(SqliteDataReader reader = cmd.ExecuteReader())
OneSync.Synchronization.SQLiteAccess.ExecuteReader()

Original issue reported on code.google.com by pongpong...@gmail.com on 31 Mar 2010 at 11:49

GoogleCodeExporter commented 8 years ago
One similar exception occurs at the same place. 
If sync job has been synced, and user deletes everything in the intermediate 
folder. 
Then sync again, it throws the same exception.  

Original comment by pongpong...@gmail.com on 31 Mar 2010 at 11:56

GoogleCodeExporter commented 8 years ago
it is solved. 

Original comment by pongpong...@gmail.com on 31 Mar 2010 at 1:56