Skip to content

No support for procedures? #69

@friendge

Description

@friendge

Looks like there is no inherent support for procedures? By adding this to the query method, I'm able to at least deal with stored procs that return a dataset..

elseif ( $statement === 'call')
{
return $this->sQuery->fetchAll($fetchmode); // GEF - modified
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions