0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 14, 2023 — May 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Rename POCO_NO_DYNAMIC to NET35 More... over 8 years ago
Make Data be ThreadLocal More... over 8 years ago
Fix composite key support More... over 8 years ago
Remove redundant code More... over 8 years ago
Add dictionary for per Database generic storage More... over 8 years ago
Allow token defaults in SqlBuilder to be overridden More... over 8 years ago
Remove more .net 4 async references More... over 8 years ago
Remove .net 4.0 async More... over 8 years ago
Don't throw when mapping to a property with only a getter More... over 8 years ago
Remove unused property More... over 8 years ago
Naming cleanup More... over 8 years ago
Change the ReferenceAttribute Property Names to make more sense More... over 8 years ago
Fix OneToMany bug when deciding whether null or empty list should be returned if all values are null from database More... over 8 years ago
Old mapping convention missed a case More... over 8 years ago
Make tests run faster by just rolling back transaction More... over 8 years ago
Fix IsList again More... over 8 years ago
Support old convention of nested mappings and clean up factory registration to be strongly typed More... over 8 years ago
Initial implementation of abstract class/interface support using a factory More... over 8 years ago
Exclude poco_rn from results More... over 8 years ago
Fix 3.5 build More... over 8 years ago
Create MapperCollection and have the ability to supply multiple mappers More... over 8 years ago
Add ability to change alias separator convention More... over 8 years ago
Revert to using scope_identity by default and allow override per model or at database type if needed More... over 8 years ago
Restructure QueryProvider and include test for Foreign property and object using the OneToOne ReferenceType More... over 8 years ago
Move JoinType to its own file More... over 8 years ago
Include and IncludeMany can specify if they want to use a left or inner join More... over 8 years ago
Fix broken Fluent config tests. More... over 8 years ago
Remove caching of mappers. Bad bad problems will occur. More... over 8 years ago
Make complex mapping the default so that queries work without configuration More... over 8 years ago
Remove column check on composite key exists queries More... over 8 years ago