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

Select query don't send last row #6

Closed
wancer opened this issue Aug 6, 2017 · 2 comments
Closed

Select query don't send last row #6

wancer opened this issue Aug 6, 2017 · 2 comments

Comments

@wancer
Copy link

wancer commented Aug 6, 2017

I tried to do select * from tablename and got all records except last one.
Probably it's because of

  // Удаляем строки с заголовками и типами столбцов И завершающую строку
  rows = rows.slice(2, rows.length - 1);
@TimonKK
Copy link
Owner

TimonKK commented Aug 18, 2017

Interesting, i will check it

@TimonKK
Copy link
Owner

TimonKK commented Aug 18, 2017

I checked and fixed

@TimonKK TimonKK closed this as completed Aug 18, 2017
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