Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes #701: don't start transaction for POST submission.csv #917

Merged
merged 1 commit into from
Jul 3, 2023

Conversation

sadiqkhoja
Copy link
Contributor

@sadiqkhoja sadiqkhoja commented Jun 30, 2023

Closes #701

What has been done to verify that this works as intended?

Manually tested downloading csv file of encrypted form with 1K submissions

Why is this the best possible solution? Were any other approaches considered?

We don't need to start database transaction for downloading of csv file, just like we don't start it for zip download

How does this change affect users? Describe intentional changes to behavior and behavior that could have accidentally been affected by code changes. In other words, what are the regression risks?

None

Does this change require updates to the API documentation? If so, please update docs/api.md as part of this PR.

None

Before submitting this PR, please make sure you have:

  • run make test-full and confirmed all checks still pass OR confirm CircleCI build passes
  • verified that any code from external sources are properly credited in comments or that everything is internally sourced

@sadiqkhoja sadiqkhoja requested a review from matthew-white June 30, 2023 23:01
@sadiqkhoja sadiqkhoja merged commit 891edc2 into getodk:master Jul 3, 2023
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.

submissions.csv.zip can be downloaded, but submissions.csv cannot
2 participants