Support UNIX socket connections in the MySQL generator - #538
Conversation
Codecov Report❌ Patch coverage is
❌ Your patch check has failed because the patch coverage (60.00%) is below the target coverage (90.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## master #538 +/- ##
==========================================
- Coverage 92.19% 92.15% -0.04%
==========================================
Files 139 139
Lines 8584 8593 +9
==========================================
+ Hits 7914 7919 +5
- Misses 493 496 +3
- Partials 177 178 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Are any maintainers interested in taking a look at this PR? I just remembered this while going through my email. |
Can this be achieved using |
After a cursory look, it seems like GenerateDSN does support UNIX connections. Perhaps documentation in the wiki could be updated to explain how to make a UNIX connection with GenerateDSN? |
The
Generatefunction inmysql_generator.godoes not support connecting to the server over a local UNIX socket, this PR adds support for that.