[Solar-talk] fetchRowset - method not implemented
Rodrigo Moraes
rodrigo.moraes at gmail.com
Mon Oct 15 02:53:42 CDT 2007
On 10/15/07, Jeff Surgeson wrote:
> Trying to get auth working with latest svn, getting method not implemented
> Solar_Sql_Select::fetchRowset
Hmm, nice that you found it! Try just to change line 132 of
Solar_Auth_Adapter_Sql to:
$rows = $select->fetch('all');
I think it should work. I searched for other places still calling
fetch('rowset') / fetchRowset(), but this seems to be the last one.
-- rodrigo
More information about the Solar-talk
mailing list