Skip to content

Releases: Const-me/EsentSerialize

3.1.5

06 Apr 15:34
Compare
Choose a tag to compare
  • DatabaseSchemaUpdater can now modify table data.
  • It’s now possible to close tables no longer needed in the session, to save some RAM.
  • “EsentSerializerSchema” table name is now reserved.

3.1.4

23 Mar 02:50
Compare
Choose a tag to compare
  • Ported a couple of forgotten column types from version 2: Guid, 64 bit integers, decimals, versions.
  • Ported table-granular import & export from version 2 (TSV format only).

3.1.2

23 May 17:26
Compare
Choose a tag to compare
  • Minor API improvement
  • Quick start demo project

3.1.0

23 May 02:20
Compare
Choose a tag to compare

Main changes:

  • Advanced DB parameters exposed
  • Cursor duplication now works on all platforms
  • Demo project to benchmark performance versus SQLite

3.0.0

22 May 01:03
Compare
Choose a tag to compare

Main changes compared to version 2.3

  • New supported Windows platforms besides desktop: Windows 8.1 store, Windows 10 universal
  • LINQ-like queries to sort and filter records.
  • Streamlined some APIs, simplified DB initialization code.
  • Removed some deprecated APIs: OLE Automation Date column type, XML-serialized column type, AspSessionPool.
  • NuGet package is now available, ManagedEsent dependency now also taken from NuGet.