#Environment
Knex version: 0.14.4
Database + version: Mysql 2.15
OS: Linux Debian
@Grimace1975
#Bug
1. Explain what kind of behaviour you are getting and how you think it should do
I am reading all Entrys of a table using this code:
await knex.select("*").from(table);
The Entry for the column "channelid" is 361543889154473984 (Bigint(20))
But instead of 361543889154473984, knex is returning 361543889154474000.
2. Error message
There is no Error Message being provided