formulahendry / vscode-mysql

MySQL management tool for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=formulahendry.vscode-mysql
MIT License
219 stars 60 forks source link

Bigint is rounded in results window #135

Open corneliusroemer opened 4 years ago

corneliusroemer commented 4 years ago

When I try to select a BIGINT value, it is truncated to a lower precision.

207570943474794506 may become 207570943474794500, for example.

The phenomenology is similar to this issue here, maybe the root cause is identical, too: https://github.com/mysqljs/mysql/issues/1487