Skip to content

Initialising mysql npm module with supportBigNumbers param via mysequel#5

Open
praveenverma4775 wants to merge 1 commit intopaytm:masterfrom
praveenverma4775:patch-1
Open

Initialising mysql npm module with supportBigNumbers param via mysequel#5
praveenverma4775 wants to merge 1 commit intopaytm:masterfrom
praveenverma4775:patch-1

Conversation

@praveenverma4775
Copy link
Copy Markdown

By default mysql npm creates connection pool with supportBigNumber as false. Need to add support a conditional true/false via opts
supportBigNumbers: opt.supportBigNumbers || false

By default mysql npm creates connection pool with supportBigNumber as false. 
Need to add support a conditional true/false via opts
 ``supportBigNumbers: opt.supportBigNumbers || false``
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant