Skip to content

Commit 99159b8

Browse files
authored
Merge pull request #294 from tableau/pvanderknyff_hack
Add sslmode to required attributes
2 parents cbc2e0b + d4a9522 commit 99159b8

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

samples/plugins/postgres_jdbc/connectionResolver.tdr

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<attr>dbname</attr>
1414
<attr>username</attr>
1515
<attr>password</attr>
16+
<attr>sslmode</attr>
1617
<attr>one-time-sql</attr>
1718
</attribute-list>
1819
</required-attributes>

samples/plugins/postgres_odbc/connectionResolver.tdr

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<attr>dbname</attr>
1414
<attr>username</attr>
1515
<attr>password</attr>
16+
<attr>sslmode</attr>
1617
<attr>one-time-sql</attr>
1718
</attribute-list>
1819
</required-attributes>

0 commit comments

Comments
 (0)