Skip to content
Discussion options

You must be logged in to vote

Hello @federicoMoroni-git

Thanks a ton for the detailed issue reproduction.
I had to make some small adjustements to make it working correctly (installing postgis, executing SET search_path = public, postgis, sac; and a little bit of code refactoring) but at the end I made it working correctly

And I think the error is coming from an option you are using : DisableConstraintsOnApplyChanges = true

In a nutshell, this commands disable the triggering process from postgres:

 CommandText = $"ALTER TABLE {this.NpgsqlObjectNames.TableQuotedFullName}  DISABLE TRIGGER ALL;",

Can you try using this option set to false (on the server side) ?

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@federicoMoroni-git
Comment options

@Mimetis
Comment options

Answer selected by federicoMoroni-git
Comment options

You must be logged in to vote
1 reply
@Mimetis
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants