Skip to content

Conversation

erikn69
Copy link
Contributor

@erikn69 erikn69 commented Jun 23, 2022

Avoid fields, tables with numbers,
Examples:

SELECT f1, f2, f3, -1, 1, "1", 1.00 FROM t1;

Result:
image
Result with this PR:
image

@scriptcoded
Copy link
Owner

Thank you! Could you please add a test or two to cover these cases?

@erikn69
Copy link
Contributor Author

erikn69 commented Jul 25, 2022

Done

@scriptcoded scriptcoded merged commit a6d1fd6 into scriptcoded:master Jul 26, 2022
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

Successfully merging this pull request may close these issues.

2 participants