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

Improvement if you run out of memory #14

Open
mzvarik opened this issue Dec 19, 2018 · 1 comment
Open

Improvement if you run out of memory #14

mzvarik opened this issue Dec 19, 2018 · 1 comment

Comments

@mzvarik
Copy link

mzvarik commented Dec 19, 2018

Line 469:
From:
$res = $this->connection->query($q);
To:
$res = $this->connection->query($q, MYSQLI_USE_RESULT);

You will be able to store MUCH MUCH MUCH more before runing out of memory.

@gensart-x
Copy link

i think you should do a PR for this instead of creating the issue.

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

No branches or pull requests

2 participants