Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,13 @@ If set to a value greater than 0, after an error, the `JdbcDatabaseManager` will
If the reconnecting fails then an exception will be thrown and can be caught by the application if
<<JdbcAppender-attr-ignoreExceptions,`ignoreExceptions`>>
is set to `false`.

| [[JdbcAppender-attr-truncateStrings]]truncateStrings
| `boolean`
| `true`
|
If `true`, values written to columns of a string type are truncated to the size reported by the database metadata.
This avoids errors caused by values that are longer than the target column.
|===

[#JdbcAppender-elements]
Expand Down