Skip to content

Commit

Permalink
Add parameters to Postgres connection String
Browse files Browse the repository at this point in the history
See pgjdbc/pgjdbc#1729 for breaking change
  • Loading branch information
randomnicode committed Apr 6, 2020
1 parent 3d0cf05 commit c0c0c0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_ci.yml
Expand Up @@ -59,7 +59,7 @@ jobs:
env:
DatabaseConfigType: embed
DatabaseConfigEmbedDriver: org.postgresql.Driver
DatabaseConfigEmbedUrl: 'jdbc:postgresql://localhost:5432/postgres?stringtype=unspecified'
DatabaseConfigEmbedUrl: 'jdbc:postgresql://localhost:5432/postgres?stringtype=unspecified&raiseExceptionOnSilentRollback=false'
DatabaseConfigEmbedUsername: postgres
DatabaseConfigEmbedPassword: pass
DatabaseUsertableQuote: '"'
Expand All @@ -75,7 +75,7 @@ jobs:
env:
DatabaseConfigType: embed
DatabaseConfigEmbedDriver: org.postgresql.Driver
DatabaseConfigEmbedUrl: 'jdbc:postgresql://localhost:5432/postgres?stringtype=unspecified'
DatabaseConfigEmbedUrl: 'jdbc:postgresql://localhost:5432/postgres?stringtype=unspecified&raiseExceptionOnSilentRollback=false'
DatabaseConfigEmbedUsername: postgres
DatabaseConfigEmbedPassword: pass
DatabaseUsertableQuote: '"'
Expand Down

0 comments on commit c0c0c0c

Please sign in to comment.