To support Replication Server 15.0, Replication Agent supports the following configuration property and datatypes.
The new configuration property pdb_support_large_identifier enables or disables the replication of large identifiers up to 255 characters in length with Replication Server 15.0.
The following table shows the unsigned datatypes now supported by Replication Agent 15.0.
Replication Server 15.0 unsigned datatypes |
Replication definition datatypes |
---|---|
unsigned bigint |
NUMERIC (20) |
unsigned int |
NUMERIC (10) |
unsigned smallint |
INT |
unsigned tinyint |
TINYINT |
For more information, see the Replication Agent Primary Database Guide and the Replication Agent Administration Guide.