Joseph Dykstra

Results 56 comments of 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.

![Image](https://github.com/user-attachments/assets/f1f4e6fa-db8f-4404-adda-09dc57b0eb02)

This PR appears to be related to #17003.