prisma / tiberius

TDS 7.2+ (Microsoft SQL Server) driver for Rust
Apache License 2.0
327 stars 119 forks source link

Correctly parse (local) server name #259

Closed NicoAvanzDev closed 1 year ago

NicoAvanzDev commented 1 year ago

It's a common practice to work with keyword (local) on "server/data source" name, specially with docker based sql server solutions.

Since it's not directly recognized as server name we can replace it with localhostinstead to make it work fine

pimeys commented 1 year ago

Oh, yeah we could definitely do this. Thank you.

pimeys commented 1 year ago

Sorry for not merging this earlier. I was in a longer sick leave during that time, and nobody else from the team picked this up. I've been back for a while already, but didn't notice this notification.