Skip to content

Releases: RickvdLaan/SharpSql

SharpSql-b-0.3

01 Mar 20:01
3d499c3
Compare
Choose a tag to compare

Third beta release:

  • Performance increases
  • Implemented many-to-many joins

SharpSql-b-0.2

09 Nov 19:03
6a3499d
Compare
Choose a tag to compare
SharpSql-b-0.2 Pre-release
Pre-release
  • 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

05 Oct 20:12
Compare
Choose a tag to compare

First beta release of SharpSql

  • Basic functionalities have been implemented
  • Basic benchmarks comparing with EF

Pre real name release

28 Sep 17:57
Compare
Choose a tag to compare
Pre real name release Pre-release
Pre-release
alpha-02

Added Northwind database as preperation for the actual benchmarks and…