Releases: sheryever/simple-access-orm
Simple Access ORM Version 6.0.0-beta-6.0.0.3 (SqlServer)
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)
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)
Simple Access ORM Version 3.1.0-rc-11 (SqlServer)
Tons of extension methods added and bug fixes
Simple Access ORM Version 3.1.0-rc-5
Changes:
- Single record performance improved
Bug fixes:
- Empty properties in instance issue fixed
Simple Access ORM Version 3.1.0-rc-4
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
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
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
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
In this release.
- Bugs fixes
- Documentation updates
Simple Access ORM Version 2
_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
andSqlRepositoy
(OldRepository
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