-
-
Notifications
You must be signed in to change notification settings - Fork 22
Closed
Description
Prerequisites
- I have written a descriptive issue title
- I have searched existing issues to ensure the issue has not already been raised
Issue
Hello,
During my queries, large numbers cause a problem: the last digits are replaced by 0. Is it possible to, like mysql2, configure the plugin like this? Normally resolving the problem.
fastify.register(require('fastify-mysql'), {
promise: true,
supportBigNumbers: true,
bigNumberStrings: true,
connectionString: 'mysql://'+mysqlUser+':'+mysqlPassword+'@'+mysqlHost+':'+mysqlPort+'/'+mysqlDatabase
})Thanks
Metadata
Metadata
Assignees
Labels
No labels