-
Notifications
You must be signed in to change notification settings - Fork 120
Enable use of MetadataFeature with TableIdentifier #392
Conversation
Enable use of MetadataFeature with TableIdentifier Fix #391
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jbelien Thanks for your contribution.
We need unit tests to cover these changes.
@webimpress Sure, I probably can do that but never tried to add a test on a ZendFramework project. Do I "just" have to add a new test that uses MetadataFeature with TableIdentifier in https://github.com/zendframework/zend-db/blob/master/test/unit/TableGateway/Feature/MetadataFeatureTest.php ? |
@webimpress I apparently can't join the ZF Slack. When I try to login, it says that "I need to ask the workspace admin to invite me." (edit: fixed, invite via https://zendframework-slack.herokuapp.com/). You didn't reply my question:
Thanks! |
@jbelien
Yes, that's correct, as you are modifying |
Fix if TableGateway table is aliased (array).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jbelien it looks great now 👍 Thanks!
Thank you so much @webimpress for your help! ❤️ |
Enable use of MetadataFeature with TableIdentifier
Thanks, @jbelien! |
Fix #391
Provide a narrative description of what you are trying to accomplish:
master
branch, and submit against that branch.CHANGELOG.md
entry for the fix.