simple-access-orm icon indicating copy to clipboard operation
simple-access-orm copied to clipboard

Simple Access ORM provides database access in Ado.net methods naming pattern

Results 7 simple-access-orm issues
Sort by recently updated
recently updated
newest added

Bumps Oracle.ManagedDataAccess from 19.3.1 to 19.18.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Oracle.ManagedDataAccess&package-manager=nuget&previous-version=19.3.1&new-version=19.18.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps Oracle.ManagedDataAccess.Core from 2.19.31 to 2.19.80. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Oracle.ManagedDataAccess.Core&package-manager=nuget&previous-version=2.19.31&new-version=2.19.80)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Exception :"The type 'Nullable`1' of property 'IsHigherAuthority' is not supported" `public bool? IsHigherAuthority { get; set; }` ` _repo.Find(w => w.DepartmentId == departmentId && w.IsHigherAuthority==true);`

TypeLoadException: GenericArguments[5], 'SimpleAccess.SqlServer.SqlTransactionAsyncContext', on 'SimpleAccess.Core.ISimpleAccessAsync`6[TDbConnection,TDbTransaction,TDbCommand,TDataParameter,TDbDataReader,TDbTransactionAsyncContext]' violates the constraint of type parameter 'TDbTransactionAsyncContext'.

Hi Mr SheryEver, This is the best ORM, I've ever seen, however, I need to know, if there's any comparison study you have done with Dapper or EF. I would...

If compare with BLToolkit you could highlight the differences or advantages with respect to your library. Thanks for your comments.

Hi, I need have my POCO model in two tiers: - desktop application (winform) - bussines component (application server) If I generate the poco model component, the dependency on simple-access-orm...