Skip to content

Releases: zzzprojects/nmemory

v3.1.6

28 Jan 23:07
Compare
Choose a tag to compare
  • FIXED: DefaultTable.InsertCore does not respect DisableObjectCloning #52

v3.1.5

04 Mar 14:15
Compare
Choose a tag to compare
  • ADDED: Is it possible to avoid cloning objects and just to reuse references? #50

You can globally disable cloning object with the following code:

NMemory.NMemoryManager.DisableObjectCloning = true;

Some side effects could happen, such as when using with a transaction (we cannot rollback as the object reference is used and no longer a new instance)

v3.1.4

03 Feb 16:44
Compare
Choose a tag to compare
  • FIXED: Wrong File version in nuget of 3.1.3\lib\netstandard2.0\NMemory.dll - does not correspond to Product version #47

v3.1.2

03 Mar 04:42
Compare
Choose a tag to compare
  • MERGED: Added Ms Sql Server timestamp support. #45

v3.1.1

23 Mar 22:32
Compare
Choose a tag to compare
  • ADDED: Internal options to reset the identity field to a minimum of 1

v3.0.2

11 Jan 15:02
Compare
Choose a tag to compare
  • ADDED: Overload for TableCollection.Create and TableCollection.Relation methods

v3.0.0

08 Nov 16:38
Compare
Choose a tag to compare
  • BREAKING CHANGES: Added a new method on an interface. Effort is only compatible with NMemory starting from v2.x

v2.0.4

27 Sep 19:58
Compare
Choose a tag to compare

Download the library here

  • MERGE: Not Compatible with DBFunction.Like starts with #30

v2.0.2

22 Aug 18:41
Compare
Choose a tag to compare

Download the library here

  • MERGE: Support for 'orderby' clause #17
  • FIXED: TableCollection.RegisterTable does not check unicity #21
  • FIXED: "order by" not working #16

v2.0.0

12 Jul 02:45
Compare
Choose a tag to compare

Download the library here

  • ADDED: Support to .NET Standard 2.0