Boris Djurdjevic

Results 267 comments of Boris Djurdjevic

Cleaning now some remaining issues, can you post here that fix you did to check it out. _PropertiesToInclude_ and _PropertiesToExclude_ seem to work now when tested with latest version 7.0.4....

No commits there regarding this. I can't reproduce issues for first 4 configs, and last 2 are not doable on PG (have added that note in the ReadMe). Will close...

Added config **SetOutputNonIdentityColumns** used only when *SetOutputIdentity* is set to true, and if this remains True (which is default) all columns are reloaded from Db. When changed to false only...

I have added a Test: **ArrayPGTest** with one prop `[Column(TypeName = "text[]")] public string[]? Formats { get; set; }` and it passes with latest version. UPDATE, or maybe this is...

Can you make a PR (on the master branch.) with the proposed fix?

@sandreas with 7.1.5, code is changed so now there is BulkConfig *ApplySubqueryLimit* for this.

This can now be done directly using config **ReplaceReadEntities**: > when set to True result of BulkRead operation will be provided using replace instead of update. Entities list parameter of...

Since Batch ops as of EF7 are now natively supported with _ExecuteUpdate_/_ExecuteDelete_, Batch extensions will become Deprecated here. Focus is only on **BULK** methods which are the main purpose of...

Since Batch ops as of EF7 are now natively supported with _ExecuteUpdate_/_ExecuteDelete_, Batch extensions will become Deprecated here. Focus is only on **BULK** methods which is the main purpose of...