Skip to content

Conversation

@tomviner
Copy link
Collaborator

@tomviner tomviner commented Jan 15, 2018

#3 was my changes on to (our copy of) versae/master.

This PR is (our copy of) versae/master on to our master, so all the changes we missed since we forked.

laiyonghao and others added 29 commits October 24, 2015 18:04
…d previous versions with a recent South version
Fixed SQL when a foreign key is not used for join but has to be shown…
Fixed to work with newest version of Django.
Using StringIO to write one line at a time before flushing it is very slow. Reports download at about 5kbps. Also, previously the reports were created in memory and large reports would cause the server to run out of memory. This change causes the results to be written to the response while they are being read from the database. It never runs out of memory and runs at 600kbps.
The same change is on the HTML view as well. The same problem can present itself if the user selects to view all records. The raw cursor is passed instead of a list of results.
@tomviner tomviner merged commit fea7584 into master Jan 15, 2018
@tomviner tomviner deleted the versae-master branch January 15, 2018 15:22
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.

6 participants