0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 10, 2024 — Aug 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Applied changes from Matt Freeman for dynamic-component support. More... over 16 years ago
Implemented some refactorings suggested by Emeric Fermas. Should also resolve issue #83. More... over 16 years ago
Removed constructor generic constraint on PersistenceSpecification and made it use reflection to create the instance, this means you can use private and protected constructors now. More... over 16 years ago
Broke a couple of tests because the type was wrong in the fixture. More... over 16 years ago
Limited auto mapping of version/timestamp to appropriate types. More... over 16 years ago
Patch from m4bwav for MySQL ConnectionString configuration + test
chadmyers
as Chad Myers
More... over 16 years ago
- Integrated patch from Jon Kruger for Issue #80 - Upgraded to later version of Rhino Mocks which fixed a few bugs in the AAA syntax stuff - Fixed a few incorrect usages of AAA syntax
chadmyers
as Chad Myers
More... over 16 years ago
Added tests for array property(i.e. binary blobs) support in PersistenceSpecification.
chadmyers
as Chad Myers
More... over 16 years ago
Added FirebirdConfiguration
chadmyers
as Chad Myers
More... over 16 years ago
Promoted SingleConnectionSessionSource to the Framework lib because it's useful for testing with SQLite in-memory in other projects
chadmyers
as Chad Myers
More... over 16 years ago
- SessionSource.BuildSchema() was not closing the connection which was causing problems for non-transient database (SQL Server, non-memory SQLite, etc) - The rake file now builds the Framework DLL also (instead of just the Core)
chadmyers
as Chad Myers
More... over 16 years ago
Applied patch for SqlServer CE support provided by Chris Marisic. Renamed the new classes to remove an extraneous L. More... over 16 years ago
Completed support for all the hibernate-mapping attributes. This closes Issue #34 More... over 16 years ago
* Simplified my previous (Caching) commit by removing the builder. * Added convention (and indirectly automapping) support for specifying a default cache style More... over 16 years ago
Added Cache support for class entities. More... over 16 years ago
Added ability to specify Id.GeneratedBy.Foreign using a lambda. More... over 16 years ago
Support For Ignoring SuperTypes during automapping. More... over 16 years ago
Fixed issue 84: HasOne now uses the generic parameter to determine the class attribute. This is consistent with HasMany. More... over 16 years ago
FakePropertyAccessor will now compile against either nhibernate GA or trunk. Change was suggested by Sean Foy. More... over 16 years ago
Set Primary Key By Type Convention. More... over 16 years ago
Changed lazy load to default to true More... over 16 years ago
Forgot to add a comment highlighting that the subclass discriminator fix was just a workaround. Comment added. More... over 16 years ago
Applied patch submitted by Matt Penner that removes the redundant and invalid discriminator element(s) from subclasses. More... over 16 years ago
Applied Dru Sellers' suggestion of changing the default table name convention to use backticks instead of brackets. More... over 16 years ago
Added missing test file from the PostgreSQL patch. I still suck at SVN apparently... More... over 16 years ago
Applied patch for PostgreSQL connection strings provided by Dru Sellers. More... over 16 years ago
Applied patch for MySQL support submitted by m4bwav. More... over 16 years ago
Fix the build script. More... over 16 years ago
Ayende's second many to many patch More... over 16 years ago
Initial Check in of Automapping for inherited classes. More... over 16 years ago