Skip to content

Improvement if you run out of memory #14

@mzvarik

Description

@mzvarik

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions