We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
Thanks again for this piece of software.
When executing the following query:
SELECT 1 as foo, 2 as foo
Data returned is:
[ [ '1\t2' ], [ { name: 'foo', type: 'tinyint', comment: '' }, { name: 'foo', type: 'tinyint', comment: '' } ] ]
I'm not sure i quite understand why 1\t2, i was expecting ['1', '2'].
1\t2
['1', '2']
Is this a bug ?
Regards
The text was updated successfully, but these errors were encountered:
Probably a bug. Can you fix it? You can easily understand the problem by inserting a console.log here to see what is wrong with the result.
Sorry, something went wrong.
No branches or pull requests
Hi,
Thanks again for this piece of software.
When executing the following query:
Data returned is:
I'm not sure i quite understand why
1\t2
, i was expecting['1', '2']
.Is this a bug ?
Regards
The text was updated successfully, but these errors were encountered: