Skip to content

Commit

Permalink
0003258: DB2 support for transaction id
Browse files Browse the repository at this point in the history
  • Loading branch information
jumpmind-josh committed Oct 6, 2017
1 parent 493bab8 commit f83f15f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
8 changes: 7 additions & 1 deletion symmetric-assemble/src/asciidoc/appendix/db2.ad
Expand Up @@ -47,7 +47,13 @@ CREATE SYSTEM TEMPORARY TABLESPACE tmp_tbsp
|DecFloat|No
|Binary, VarBinary|No
|===


By default DB2 will not capture the transaction id associated with the captured data. This can be turned on with the following parameter.

----
db2.capture.transaction.id=false
----

=== DB2 for IBM i
The DB2 for IBM i dialect can connect to a database on IBM iSeries (AS/400) machines. It was tested with the
http://jt400.sourceforge.net/[jt400 JDBC driver], which is already included in the SymmetricDS download.
Expand Down
Expand Up @@ -1418,6 +1418,11 @@ db2.zseries.version=DSN08015
# Tags: AS400
as400.cast.clob.to=DBCLOB

# Turn on the capture of transaction id for DB2 systems that support it.
# DatabaseOverridable: false
# Tags: DB2
db2.capture.transaction.id=false

# Specify the type of line feed to use in JMX console methods. Possible values are: text or html.
# Tags: other
jmx.line.feed=text
Expand Down

0 comments on commit f83f15f

Please sign in to comment.