Open pk-ot opened 9 months ago
A temporary workaround is to raise the client message min level to warnings, by adding an option in your connection string:
options='--client_min_messages=WARNING'
This prevents the false error but is not ideal because you'll also not have notices that might be interesting in the log.
Take a script like the auto-generated migration history table creation by Entity Framework:
This results in a false error if the table actually already exists:
Which subsequently and wrongly fails the build.