Faithlife / FaithlifeData

Helpers for querying ADO.NET-compatible databases.
https://faithlife.github.io/FaithlifeData/
MIT License
6 stars 4 forks source link

Support Sql.LikePrefixParam. #32

Closed ejball closed 3 years ago

ejball commented 3 years ago

column LIKE 'prefix%' is a common operation that can be implemented efficiently by database engines but is hard to get right with an arbitrary prefix, especially if the prefix might have wildcard characters that need to be escaped.