Posted
almost 11 years
ago
by
James Craig
Fixed issue with large batches in ORM code (still need to fix in SQLHelper).
|
Posted
about 11 years
ago
by
James Craig
Worked a bit more on the ORM code.
|
Posted
about 11 years
ago
by
James Craig
Updated multiple items in the ORM namespace.
Started working on the mapping code for the ORM.
|
Posted
about 11 years
ago
by
James Craig
Worked a bit more on the schema generator code.
Added AddIfUnique method that takes in a Func to decide if items are the same or not.
Added Distinct method for IEnumerables that takes in a Func to decide if items are the same or not.
|
Posted
about 11 years
ago
by
James Craig
|
Posted
about 11 years
ago
by
James Craig
Cleaned up the code a bit.
Started working on some of the ORM code.
|
Posted
about 11 years
ago
by
James Craig
|
Posted
about 11 years
ago
by
James Craig
Cleaned up some using statements.
Also started on ORM's schema generation code.
|
Posted
about 11 years
ago
by
James Craig
Added the ability to add extensions to the Dynamo class.
Added randomization extension for Dynamo class.
Added basic change tracking to Dynamo class (only goes back one change per property, does not keep an entire log from beginning of time).
Fixed
|
Posted
about 11 years
ago
by
James Craig
Updated Dynamo code to incorporate AOP system when converting to another type.
Added a number of contract checks based on suggestions.
Fixed a couple of issues with the AOP system and made it so AOP system builds sub classes at program startup.
Added
|