Releases: RickvdLaan/SharpSql
Releases · RickvdLaan/SharpSql
SharpSql-b-0.3
Third beta release:
- Performance increases
- Implemented many-to-many joins
SharpSql-b-0.2
- Added the following object states: OriginalFetchedValue, NewRecord, Saved and implemented it in SharpSqlEntity;
- Fixed external records
- When an object is saved, all dirty fields are set back to false;
- OriginalFetchedValue is now always set after a Save() has been called with dirty fields, even if the object originally didn't have a original fetched value (e.g. new objects);
- Bugfixes in update and save
- Other small improvements
SharpSql-b-0.1
First beta release of SharpSql
- Basic functionalities have been implemented
- Basic benchmarks comparing with EF
Pre real name release
alpha-02 Added Northwind database as preperation for the actual benchmarks and…