Sql Builder using Interpolated Strings
Stars
277
Forks
15
Watchers
277
Open Issues
7
Overall repository health assessment
No package.json found
This might not be a Node.js project
Dapper commands will always use Dapper.DynamicParameters instead of using ParametersDictionary
a105f2aView on GitHubFixing tests, fixing format-hints for InterpolatedSqlHandler
7cad4faView on GitHubAdded :text format test case and updated test project to have all supported frameworks
cad81f0View on GitHubRefs #28 - InterpolatedSql 2.5.0 - QueryBuilder now supports `.WhereIf()`
b8a94a7View on GitHubRefs #29 - InterpolatedSql 2.4.1 - Nuget Packages that use InterpolatedSqlHandler (NET8+) now will also have overloads for using the standard FormattableString (e.g. F# can't use InterpolatedSqlHandler so it can use the FormattableString overloads)
660d2e4View on GitHubProperly pass options when using the SqlBuilder() and SqlBuilder<B>() extension methods on IDbConnection (#25)
764e9b0View on GitHubInterpolatedSql 2.4.0 - Nullability on reference types (e.g. FirstOrDefault/SingleOrDefault Dapper extensions)
7f03284View on GitHubRefs #18 - Parameter name collision when there Dapper expands arrays with 0 elements after 10th element
a233312View on GitHub