[Solar-talk] PHP Fatal error: Uncaught
exception'Solar_Controller_Page_Exception_DuringFetch'
Rodrigo Moraes
rodrigo.moraes at gmail.com
Tue Nov 13 15:51:27 CST 2007
On Nov 13, 2007 7:44 PM, Kilbride, James P. wrote:
> Does solar always lowercase table names
> when looking for them(so if they are in the database in all caps it's going
> to fail?) or does it preserve the capitalization of the names when we put
> them into the fields? I seem to get the impression that it is not preserving
> capitalization quite right.
It seem that Solar_Sql_Adapter/Select don't change the table names but
Solar_Sql_Model do. In line 2010:
$this->_table_name = strtolower($this->_table_name);
-- rodrigo
More information about the Solar-talk
mailing list