zendframework/zend-db

AbstractTableObject not define SchemaName

Opened this issue · 1 comments

GeeH commented

This issue has been moved from the zendframework repository as part of the bug migration program as outlined here - http://framework.zend.com/blog/2016-04-11-issue-closures.html


Original Issue: https://api.github.com/repos/zendframework/zendframework/issues/7658
User: @memorrex
Created On: 2016-01-09T21:34:17Z
Updated At: 2016-02-13T15:31:56Z
Body
SchemaName is only defined in ConstraintObject and ColumnObject but it's not defined in TableObject


Comment

User: @jeremyquinton
Created On: 2016-01-14T08:37:31Z
Updated At: 2016-01-14T08:37:31Z
Body
TableObject inherits from AbstractTableObject.php which has it commented out. https://github.com/zendframework/zend-db/blob/master/src/Metadata/Object/AbstractTableObject.php#L16. There might be a reason for it perhaps the commit history has something about it.


This repository has been closed and moved to laminas/laminas-db; a new issue has been opened at laminas/laminas-db#126.