0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected 1 day ago.
Aug 23, 2025 — Aug 23, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #72 from improvedk/dependabot/nuget/src/unQuery/System.Data.SqlClient-4.8.6 More... over 2 years ago
Merge pull request #71 from improvedk/dependabot/nuget/src/unQuery.PerformanceTests/System.Data.SqlClient-4.8.6 More... over 2 years ago
Bump System.Data.SqlClient from 4.7.0 to 4.8.6 in /src/unQuery More... over 2 years ago
Bump System.Data.SqlClient in /src/unQuery.PerformanceTests More... over 2 years ago
Merge pull request #68 from ffMathy/patch-1 More... almost 7 years ago
Specified requirementd More... almost 7 years ago
Upped version number More... almost 7 years ago
Fixed yet another merge issue More... almost 7 years ago
Removed superfluous file More... almost 7 years ago
Merge branch 'carstenlj-master' More... almost 7 years ago
Fixed conflict More... almost 7 years ago
finalized porting to .NET Standard 2.0 More... almost 7 years ago
ported unQuery to .NET Standard 2.0. More... over 8 years ago
Released version 0.1.8 More... almost 11 years ago
Batch Executor now clears stored commands after executing More... over 11 years ago
Ensured GetRow no longer piggybacks on GetRows. Fixes #48 More... about 12 years ago
Optimized AddParametersToCommand by not checking for existing params, as it's no longer possible. More... about 12 years ago
Enabled performance tests to set custom duration. More... about 12 years ago
Added file mistakenly ignored in earlier commit More... about 12 years ago
Refactored performance tests to also be runnable as console application More... about 12 years ago
Added full support for all stored procedure parameter types. Fixes #60 More... about 12 years ago
Corrected stored procedure documentation More... about 12 years ago
Addded test for QueryOptions.CommandType More... about 12 years ago
Added support for setting CommandTimeout through QueryOptions. Fixes #41 More... about 12 years ago
Refactored commandType parameter into QueryOptions and unified SqlCommand creation. More... about 12 years ago
Added CommandType to a couple of methods where it was missing More... about 12 years ago
Reordered methods so they public/internal/private More... about 12 years ago
Added stored procedure support. Fixes #42 More... about 12 years ago
Documented whether GetRow/GetScalar throw exceptions on nulls. Fixes #56 More... about 12 years ago
Result column access is now case insensitive. Fixes #58 More... about 12 years ago