doctrine / dbal

Doctrine Database Abstraction Layer
https://www.doctrine-project.org/projects/dbal.html
MIT License
9.4k stars 1.33k forks source link

Add the Result::getColumnName method #6428

Closed stof closed 2 weeks ago

stof commented 4 weeks ago
Q A
Type feature
Fixed issues #5980

Summary

This method allows introspecting the shape of results by knowing the name of columns (combined with the columnCount which already exists).

stof commented 4 weeks ago

@derrabus indeed, the Portability result needed to handle the case conversion when using its case conversion feature. I added support for it. And

derrabus commented 2 weeks ago

Thank you! I've opened #6452 as a follow-up.