Skip to content

fix checksum issue#43

Merged
wonder-sk merged 3 commits intomasterfrom
checksum_issue
Feb 10, 2020
Merged

fix checksum issue#43
wonder-sk merged 3 commits intomasterfrom
checksum_issue

Conversation

@PachKosti
Copy link
Copy Markdown
Contributor

No description provided.

@saberraz
Copy link
Copy Markdown
Contributor

saberraz commented Feb 6, 2020

solved my issue with table restructuring. thanks @PachKosti

@saberraz
Copy link
Copy Markdown
Contributor

saberraz commented Feb 6, 2020

Ooops....it does show pending changes even after syncing.

@varmar05 varmar05 requested a review from wonder-sk February 10, 2020 15:19
@varmar05 varmar05 assigned wonder-sk and unassigned varmar05 Feb 10, 2020
@varmar05
Copy link
Copy Markdown
Contributor

closes MerginMaps/qgis-plugin#93

mergin/client.py Outdated
f_extension = os.path.splitext(path)[1]
if f_extension != '.gpkg':
return False
if os.path.exists(f'{path}-wal') and os.path.exists(f'{path}-shm'):
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if we should require also -shm file because it only provides shared memory access to multiple processes. Moreover the docs say that other means can be used to implement locking (instead of -shm). The uncommitted data we are interested in only live in the -wal file anyway...

@varmar05 varmar05 self-requested a review February 10, 2020 16:27
@wonder-sk wonder-sk merged commit 2943893 into master Feb 10, 2020
@wonder-sk wonder-sk deleted the checksum_issue branch April 23, 2021 07:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants