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

Rows returned as array of strings #3

Open
dpburton opened this issue Apr 30, 2016 · 1 comment
Open

Rows returned as array of strings #3

dpburton opened this issue Apr 30, 2016 · 1 comment

Comments

@dpburton
Copy link

When fetching a row such as row = results.next() it returns an Element, and getting the fields using row[0] etc. This makes ugly code. In other languages I can do something like row["columnName"] to get the data I'm looking for.

@Fabio1988
Copy link

#17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants