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

Move to columnLabel from columnIndex #28

Open
Tais993 opened this issue Apr 13, 2022 · 0 comments
Open

Move to columnLabel from columnIndex #28

Tais993 opened this issue Apr 13, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@Tais993
Copy link
Owner

Tais993 commented Apr 13, 2022

Currently, in the code columnIndex is mainly being used.

This is fine, but the moment an column gets added, it has to be added to the end.
This isn't always nice, and can cause weird tables.

Instead, columnLabel's should be used, that way the order doesn't matter and it can stay a logical order after updates.

This change only applies to ResultSet's, PreparedStatement's don't offer the functionality to use labels.

@Tais993 Tais993 added the enhancement New feature or request label Apr 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant