Joseph Dykstra
Joseph Dykstra
Here's part of a workaround ```ts const str = /^(\d+)(\.\d+)?e[-+]\d+$/.test(num.toString()) // scientific notation ? num.toPrecision(100) : num.toString() ```
I re-ran `update.ps1`, and it appears to be working on my machine. ``` C:\Users\Joseph\Github\chocolatey-packages\automatic\mysql>powershell .\update.ps1 mysql - checking updates using Chocolatey-AU version 1.0.0 URL check https://cdn.mysql.com/Downloads/MySQL-9.0/mysql-9.0.0-winx64.zip nuspec version: 8.0.31 remote...
It's possible, but depending on the surrounding code, it's easier to just find/replace the final string.
And the [placement in the query](https://dev.mysql.com/doc/refman/8.4/en/optimizer-hints.html#optimizer-hints-syntax) is important. Right after SELECT and before any columns are listed.

This PR appears to be related to #17003.