219
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- made Entity.Id virtual to support lazy loading - Fixed a bug in IdentityPart when multiple visitors are used each with a different set of conventions (it would only use the first) - Added some stuff to MappingTester to make testing the above bug easier
chadmyers
as Chad Myers
More... over 15 years ago
Fixed bug in detecting classes to automap. More... over 15 years ago
Removed last change to automap. More... over 15 years ago
Change automapper to whitelist classes rather than blacklist enums. More... over 15 years ago
Updated automapper to completely ignore enums. More... over 15 years ago
Patch submitted by Zach Young - all but one of the documented NHib config properties implemented
chadmyers
as Chad Myers
More... over 15 years ago
- Added DoNot syntax to configuration
chadmyers
as Chad Myers
More... over 15 years ago
Removed the "hibernate" config prefix for max_fetch_depth (it's not required)
chadmyers
as Chad Myers
More... over 15 years ago
Adding patch from Zachariah Young (use_reflection_optimizer and max_fetch_depth)
chadmyers
as Chad Myers
More... over 15 years ago
Re-adding live and file templates. Somehow R# blew them away
chadmyers
as Chad Myers
More... over 15 years ago
- Added tests for MsSqlConfiguration - Added PostgreSQLConfiguration + tests
chadmyers
as Chad Myers
More... over 15 years ago
Initial Api of AutoMapper plus tests More... over 15 years ago
Improved AutoMap Tests, more to come. More... over 15 years ago
Updated AutoMap Syntax, not quite ready for prime time needs more testing yet. More... over 15 years ago
Added start of a SQLite configuration
chadmyers
as Chad Myers
More... over 15 years ago
Fixed a bad merge issue
chadmyers
as Chad Myers
More... over 15 years ago
- Removed all default cascade values - Cleaned up the cascade tester stuff a little - Added CascadeExpression to ManyToManyPart - Changed the FetchType to be more like CascadeExpression
chadmyers
as Chad Myers
More... over 15 years ago
Altered how lists are validated in the PersistenceSpecification, instead of just copying the value specified by the user, an instance is created of the property type and the values added to that. This is because the user might not always pass in the exact type, more than likely they'll just be using new[] {}, which will use a primitive array. It's not exactly perfect, but it'll do. More... over 15 years ago
- Added new Cascade syntax (removed CascadeType) - Removed misspelled AutoPersistanceModel class (which was a ghost file) - Fixed a few compiler warnings (generic <T> overlap stuff, nothing major) - Converted OneToManyTester to be fully using the MappingTester<T>
chadmyers
as Chad Myers
More... over 15 years ago
* Added composite-element support to one-to-many's. * Added CheckComponentList method to the PersistenceSpecification, which supports components. More... over 15 years ago
Added QuickStart solution contains a single project currently, asking the group what we want for an end to end application. More... over 15 years ago
Brought in test, wasn't working due to feature being knackered More... over 15 years ago
Missed File. More... over 15 years ago
Auto configure entire assembly. More... over 15 years ago
- Added starts of fluent configuration - Added changes from Gabriel Schenker to better support SQLite
chadmyers
as Chad Myers
More... over 15 years ago
Disabled a broken test (for now). Andrew, please review
chadmyers
as Chad Myers
More... over 15 years ago
PersistenceSpecification now reuses the same session (for SQLite compatibility)
chadmyers
as Chad Myers
More... over 15 years ago
Adding R# shared-solution Live Templates and File Templates
chadmyers
as Chad Myers
More... over 15 years ago
AutoMap Assembly and Namespace. More... over 15 years ago
Fixed Typo More... over 15 years ago