nhlpa / Sequel

.NET SQL builder that emulates writing SQL.
MIT License
18 stars 3 forks source link

Remove string interpolation from SqlBuilder.cs #1

Closed pimbrouwers closed 6 years ago

pimbrouwers commented 6 years ago

String interpolation is known to be much slower than basic string concat. Should replace.