Skip to content

Releases: sheryever/simple-access-orm

Simple Access ORM Version 6.0.0-beta-6.0.0.3 (SqlServer)

15 Aug 03:34
Compare
Choose a tag to compare

Changes:

  • Support for public set is removed from ISimpleAccess DefaultSimpleAccessSettings property
  • Unit Tests for stored procedures fixed

Bug fixed:

  • Where Clause lamda expression is producing decimal number with ',' instead of '.' due to other culture

Simple Access ORM Version 6.0.0-beta-6.0.0.2 (SqlServer)

13 Aug 18:59
Compare
Choose a tag to compare

Changes:

  • Support for net60 added
  • Support for Unique Identifier added
  • Support for SubQuery with In Clause added

Bug fixes:

  • get_simpleLogger return null reference

Simple Access ORM Version 3.1.1 (SqlServer)

31 Jul 22:50
Compare
Choose a tag to compare

Issue #14 "System.NullReferenceException: 'Object reference not set to an instance of an object.'" fixed

Simple Access ORM Version 3.1.0-rc-11 (SqlServer)

30 Jul 10:19
Compare
Choose a tag to compare

Tons of extension methods added and bug fixes

Simple Access ORM Version 3.1.0-rc-5

08 May 02:18
Compare
Choose a tag to compare
Pre-release

Changes:

  • Single record performance improved

Bug fixes:

  • Empty properties in instance issue fixed

Simple Access ORM Version 3.1.0-rc-4

07 May 23:42
Compare
Choose a tag to compare
Pre-release

Update:

  • Data mapping performance improved

Bug fixes:

  • SqlEntityRepository: Insert entity with identity primary key column issue resolved

Sql Server

PM > Install-Package SimpleAccess.SqlServer -Version 3.1.0-rc-4

Simple Access ORM Version 3.1.0-rc-2

04 Apr 18:40
Compare
Choose a tag to compare
Pre-release

Changes:

  • SqlEntityRepository Implemented
  • .Net Standard 2.0 and .Net Standard 2.1 with Microsoft.Data.SqlClient support added
  • Aysnc support for Dotnet full framework 4.5 and .Net Standard 2.0 and later
  • GetPagedList extensions methods added
  • PrimaryKey attribute added to support Sequence object
  • Repository Performance improvement
  • SqlRepository is renamed to SqlSpRepository and SqlRepository is marked as Obsolete

Bug fixes:

  • SqlEntityRepository Get, Find, FindAll methods fixed

Sql Server

PM > Install-Package SimpleAccess.SqlServer -Version 3.1.0-rc-2

Simple Access ORM Version 3.1-beta

04 Jan 11:40
Compare
Choose a tag to compare
Pre-release

Changes

  • Async support added for Dotnet 4.5 and Dotnet standard 2.0
  • Minor bug fixes

Note: There are so many changes, bug fixes and updates were being committed on github repository and published on nuget since last major release on github Simple Access ORM Version 2.0 but due to lake of time the release section was not maintained

Simple Access ORM Version 2.0.1

04 Nov 06:31
Compare
Choose a tag to compare

Note: It is recommended to upgrade your SimpleAccess v1 to SimpleAccess v2. It also support version 1 Repository as a separate component

Nuget package

PM > Install-Package SimpleAccess.SqlServer

Using SimpleAccess orm

Documentation

In this release.

  • Bugs fixes
  • Documentation updates

Simple Access ORM Version 2

19 Oct 02:16
Compare
Choose a tag to compare

_Note: It is recommended to upgrade your SimpleAccess v1 to SimpleAccess v2. SimpleAccess 2, also support version 1 Repository as a separate component_

Redesign and developed from the scratch to support all RDBMS, improve performance and code readability.
Version 2 only support SQL Server till date.
FindSingle and FindAll functions with lambda expression added in SqlRepository

Nuget package

PM > Install-Package SimpleAccess.SqlServer

New features:

  • Separated SimpleAccess and SqlRepositoy (Old Repository is also supported with bug fixes)
  • vitual properties must behave like NotASpParameter marked perperty in Entities drived from StoredProcedureParameters
  • Remove StoredProcedureParameters inheritance from Enity Class to make entity more lighter
  • Add InsertAll, UpdateAll, DeleteAll with support of internal trasaction in Repository
  • Add Find and FindAll in Repository
  • Proper documentation