0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 28, 2023 — May 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix substring bug More... over 9 years ago
Fix !Contains expression More... over 9 years ago
Fix HashCodeCombiner so that Types are hashed correctly More... over 9 years ago
Fixed negation of property methods. !x.Name.StartsWith("") etc More... over 9 years ago
Made 3.5 compatible More... over 9 years ago
Update Combiner to be more fluent More... over 9 years ago
Change default MySql transaction isolation level More... over 9 years ago
Add HashCodeCombiner to MultiPocoFactory and simplify caching key More... over 9 years ago
Merge branch 'memusagefix' of https://github.com/Shandem/NPoco into Shandem-memusagefix More... over 9 years ago
updates usage of MemoryCache to only use one global instance. More... over 9 years ago
Implements some managed caching for the MappingFactory so items that get stored can be expired if they are not used. Adds some TODO notes to the MappingFactory More... over 9 years ago
Updates MappingFactory to create keys based on a combined hash instead of a giant string, includes HashCodeCombiner and unit tests More... over 9 years ago
Update computed column on PocoData More... over 9 years ago
Cleanup memorystream in Snapshotter More... almost 10 years ago
Fix null reference exception More... almost 10 years ago
Add delete tests More... almost 10 years ago
Use the new GetToDbConverter with memberinfo for sql bulk helper More... almost 10 years ago
Uncomment code for tests More... almost 10 years ago
Fix net35 build with default parameters More... almost 10 years ago
DbProviderFactories should be nested in System.Data More... almost 10 years ago
Merge branch 'FirebirdTests' of https://github.com/imasm/NPoco More... almost 10 years ago
Allow mapper to be based off Property not just Property type More... almost 10 years ago
Add Firebid Povider in App.Config. More... almost 10 years ago
Add /*poco_dual*/ int tests without table More... almost 10 years ago
Use normal user to run firebird tests More... almost 10 years ago
Create files in a NPoco folder and try to delete all database on CleanupDataBase() More... almost 10 years ago
Replace /*poco_dual*/ using firebird statement "from RDB$DATABASE" More... almost 10 years ago
Use escaped identifiers to check asserts More... almost 10 years ago
Override SqlExpression for firebird. Fix Substring statement. More... almost 10 years ago
Use escaped "Age" column More... almost 10 years ago