-
Notifications
You must be signed in to change notification settings - Fork 376
Open
Description
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
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels