Skip to content

Commit

Permalink
refactor(connector): new field disable_prepared_statements in pgsql
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinplemelon authored and ysfscream committed Jun 5, 2024
1 parent bc8e7f9 commit 631422f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/Rule/connector/useSchemaConnectorPropsLayout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export default (
...createOrderObj(azureAdvancedProps, 150),
}
const pgSqlOrderMap = createOrderObj(
['server', 'database', 'username', 'password', 'ssl'],
['server', 'database', 'username', 'password', 'disable_prepared_statements', 'ssl'],
fieldStartIndex,
)
const IoTDBOrderMap = createOrderObj(
Expand Down

0 comments on commit 631422f

Please sign in to comment.