Details
-
Type:
Sub-task
-
Status:
Resolved
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 1.10.7
-
Fix Version/s: 1.10.8
-
Component/s: Zend_Db_Table
-
Labels:None
Description
class Admin_User extends Zend_Db_Table_Abstract { protected $_schema = 'admin'; protected $_name = 'user'; ... } $table = new Admin_User(); $row = $table->createRow($data)->save();
SQLSTATE[3F000]: Invalid schema name: 7 ERROR: schema "admin"" does not exist
Fixed in trunk r22788 and applied to branch 1.10 r22789.
Thanks by your report.