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

[Feature] Get row by name #271

Closed
SeanOMik opened this issue Jul 20, 2021 · 2 comments
Closed

[Feature] Get row by name #271

SeanOMik opened this issue Jul 20, 2021 · 2 comments
Labels
Milestone

Comments

@SeanOMik
Copy link

Currently, the only way to get a row is by using indexes. Although it works fine, it can be difficult when modifying the structure of tables, and makes it harder to read the code. I'm coming from CDRS and they have a by_name trait which is implemented by their Row type.

I'm not sure if this is even possible on this driver since I haven't looked at the source. It also isn't a high priority feature, it's more of a QOL feature.

@wprzytula
Copy link
Collaborator

This is going to be solved by #462.

@wprzytula
Copy link
Collaborator

Done in #1057.

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

4 participants