ptyagi108 / mesh4x

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

Google Spreadsheet adapter does 2 updates even if user didnt touch the spreadsheet #109

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
this is dangerous as may lead to conflicts always

repro:
   -set up sync using ektoo between 2 google spreadsheets
   - look at a version of an item in _sync sheet (e.g. it is version 2)
   - do a sync with no change on either side
   - new version of the item is v.4

expected: no updates to item version

Original issue reported on code.google.com by edujez@gmail.com on 12 May 2009 at 6:37

GoogleCodeExporter commented 9 years ago

Original comment by edujez@gmail.com on 12 May 2009 at 6:38

GoogleCodeExporter commented 9 years ago
Yes, I’ve also identified the issue. Digging down the sync operation i saw 
every 
time the sync engine extracts the items from a repository it increases the 
version 
by 1 no matter the content has been changed or not and as the engine reads an 
item 2 
time from the repository in a sync operation consequently the version also gets 
updated 2 times for that item. This is really not expected.

Original comment by auni.ku@gmail.com on 12 May 2009 at 6:55

GoogleCodeExporter commented 9 years ago

Original comment by jtondato@gmail.com on 19 May 2009 at 11:58

GoogleCodeExporter commented 9 years ago

Original comment by jtondato@gmail.com on 20 May 2009 at 12:07

GoogleCodeExporter commented 9 years ago

Original comment by jtondato@gmail.com on 20 May 2009 at 2:36