Jonathan Magnan
Jonathan Magnan
Hello @sinanakyazici , Partially, but you will have some work to do probably to get exactly what you want: [Auditing](https://entityframework-extensions.net/audit): The auditing is done directly from database values (old and...
Hello @sinanakyazici , It is possible for you to provide the code of your `DatabaseTransactionAdapter`, my developer has some issues making the code work when the `DatabaseConnectionAdapter` returns a `SqlCommand`...
Hello @sinanakyazici Since our last conversation, we haven't heard from you! don't hesitate to contact us with any questions or further assistance. Best regards, Jon
Hello @genaray , Is it possible that your list of entities to insert has multiple times the same keys? Unfortunately, this case is not supported in all providers as we...
Hello @Ilya-by , Did you specify in your ModelBuilder that you had `enum` type? Something like this: ```csharp protected override void OnModelCreating(ModelBuilder builder) { builder.HasPostgresEnum(); } ``` Here is a...
Hello @Ilya-by , Since our last conversation, we haven't heard from you. Did you get the time to work on the issue? Don't hesitate to contact us for further assistance....
Hello again @Ilya-by A simple reminder that we are here to assist you! Feel free to contact us once you get time to work on the issue. Best regards, Jon
Hello @danpette , There is currently no way to remove it and we cannot do it by default due to many reasons including backward compatibility. However, we can add an...
Hello @danpette , A new version has been released. As said, we cannot do it by default but in this version, we added the option `DisablePrimaryKeyNullCheck = true` It is...
I will keep you updated on the later options as this is definitively something that we will investigate