Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs/src/main/sphinx/client/jdbc.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,10 @@ may not be specified using both methods.
different users, the first registered token is stored and authenticates all
users.
* - `disableCompression`
- Whether compression should be enabled.
- Whether HTTP compression should be disabled. Defaults to `false`.
* - `disallowLocalRedirect`
- Whether client should reject redirects to localhost, link or site local
IP addresses. Defaults to `false`.
* - `assumeLiteralUnderscoreInMetadataCallsForNonConformingClients`
- When enabled, the name patterns passed to `DatabaseMetaData` methods are
treated as underscores. You can use this as a workaround for applications
Expand Down