Boris Djurdjevic
Boris Djurdjevic
Can you write a test where the issue would be reproducible.
Can confirm the bug, if you manage to do a fix soon you can make a PR.
I have merged PR and run Test *InsertTestPostgreSql* but it fails on line `Assert.Equal("UPDATE 3", context.Items.Where(a => a.Name == "Name 3").AsNoTracking().FirstOrDefault()?.Description);` You should have run this one and checked it...
Can you write entire code for Test
Will take a look, and agree that case 3 is not practical so no need to support that one.
Try moving config to attribute, comment this: `builder.OwnsOne` and add `[Owned] public class OwnedTypeObject`
@aradalvand PG does not support `DELETE JOIN`: https://www.postgresqltutorial.com/postgresql-tutorial/postgresql-delete-join It would required syntax Restructure for this type of Batch.
Not sure, will see if a Restructure method could be made. I've done similary already one for Update. But can't put any timeframe. If you want to try and if...
Not soon, but will consider it in the long run.
For usage in Linux environment another good option is PostgreSQL for which support was just added with latest version of BulkExtensions.