Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Result::getColumns(): list<string> #123

Closed
hrach opened this issue Oct 26, 2020 · 0 comments
Closed

Result::getColumns(): list<string> #123

hrach opened this issue Oct 26, 2020 · 0 comments
Labels

Comments

@hrach
Copy link
Member

hrach commented Oct 26, 2020

Allow getting column names, even when result is empty.

Workaround:

array_keys($result->getAdapter()->getTypes())
@hrach hrach added the feature label Oct 26, 2020
@hrach hrach closed this as completed in a0ccbcb Oct 26, 2020
hrach added a commit that referenced this issue Oct 26, 2020
Result: add getColumns() [closes #123]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant