0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 20 hours ago.
Apr 28, 2023 — Apr 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Implement SqlOfTContext More... about 8 years ago
Add XML comments to IDatabase and IDatabaseQuery in readiness for V3 release More... about 8 years ago
Add support to map to "get" only properties in c# 6 More... about 8 years ago
Fix issue with using First() or FirstOrDefault() in Include statement More... about 8 years ago
Only fallback to member name if no column name is set at last possible point More... about 8 years ago
Use the light TableInfoForType method when all that is needed is TableInfo More... about 8 years ago
GetMemberExpression now looks through lists using First or [0] syntax More... about 8 years ago
Merge branch 'zpqrtbnk-dev3.1-optimize' into dev3.1 More... about 8 years ago
Reduce Lists allocation in FetchMultiple More... about 8 years ago
Add ForceToUtc to FluentConfiguration More... about 8 years ago
Fallback to property name lookup after checking column name and alias first Alias not being set when no column attribute set. More... about 8 years ago
Merge pull request #237 from zpqrtbnk/dev3.1-fixtest More... about 8 years ago
Make FluentMappings use the PocoDataBuilder infrastructure proper More... about 8 years ago
Refactor fixed test More... about 8 years ago
Add Many() method for specifying OneToMany relationships using the fluent mapping More... about 8 years ago
Fix test that failed depending on current culture More... about 8 years ago
Remove lock files add ignore them More... about 8 years ago
Merge pull request #234 from zpqrtbnk/dev3.1-fixbuild More... about 8 years ago
Extract IPocoDataFactory interface so that each implementation can handle how they cache PocoDataBuilders More... about 8 years ago
Lazy-allocate Database.Data dictionary More... about 8 years ago
Add more ctors to Database for IsolationLevel More... about 8 years ago
Rename Microsoft.Framework.* to Microsoft.Extensions.* More... about 8 years ago
Default mappings moved to DatabaseType More... about 8 years ago
Provide more information when object creation fails More... about 8 years ago
Enable async queries on the base provider now that NPoco is using DbCommand More... about 8 years ago
Ensure dynamic types can be inserted More... about 8 years ago
Fix issue with db.Dictionary<,> implementation when value is null More... about 8 years ago
Cache some reflection for performance More... about 8 years ago
Only search for from separated by spaces when extracting order by paging More... about 8 years ago
Create ComputedColumnType allowing a column to only participate in inserts, updates or all queries More... about 8 years ago