View Issue Details

IDProjectCategoryView StatusLast Update
0005551SymmetricDSNew Featurepublic2025-10-15 17:18
Reporteremiller Assigned Toemiller  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.14.0 
Target Version3.14.3Fixed in Version3.14.3 
Summary0005551: Add parameters that specify how to sync default values
DescriptionIt would be useful to add 2 parameters that specify how to sync default values.

1. The first parameter should be a comma-separated list of default values that will be treated as functions and not string literals.
2. The second parameter should be a comma-separated list that looks something like the following:

"sourceValue0=targetValue0","sourceValue0=targetValue1","sourceFunction()=targetFunction()"

where each source value or function will be translated to the corresponding target value or function on the target database.
TagsNo tags attached.

Relationships

related to 0007094 assignedmdrouard SymmetricDS Pro default.values.to.translate not being applied for bit and Boolean types on Postgres 

Activities

There are no notes attached to this issue.

Related Changesets

SymmetricDS: 3.14 bebfea70

2022-10-24 18:35:25

evan-miller-jumpmind

Details Diff
0005551: Added parameters that specify how to sync default values Affected Issues
0005551
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/common/ParameterConstants.java Diff File
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/db/AbstractSymmetricDialect.java Diff File
mod - symmetric-core/src/main/resources/symmetric-default.properties Diff File
mod - symmetric-db/src/main/java/org/jumpmind/db/platform/AbstractDdlBuilder.java Diff File
mod - symmetric-db/src/main/java/org/jumpmind/db/platform/DatabaseInfo.java Diff File
mod - symmetric-db/src/main/java/org/jumpmind/db/platform/mssql/MsSql2000DdlBuilder.java Diff File
mod - symmetric-db/src/main/java/org/jumpmind/db/platform/mssql/MsSql2008DdlBuilder.java Diff File
mod - symmetric-db/src/main/java/org/jumpmind/db/platform/mysql/MySqlDdlBuilder.java Diff File
mod - symmetric-db/src/main/java/org/jumpmind/db/platform/oracle/OracleDdlBuilder.java Diff File
mod - symmetric-db/src/main/java/org/jumpmind/db/platform/postgresql/PostgreSqlDdlBuilder.java Diff File
mod - symmetric-db/src/main/java/org/jumpmind/db/platform/sqlite/SqliteDdlBuilder.java Diff File
mod - symmetric-db/src/main/java/org/jumpmind/db/platform/tibero/TiberoDdlBuilder.java Diff File

Issue History

Date Modified Username Field Change
2022-10-21 20:35 emiller New Issue
2022-10-21 20:35 emiller Status new => assigned
2022-10-21 20:35 emiller Assigned To => emiller
2022-10-24 12:39 emiller Description Updated View Revisions
2022-10-24 18:36 emiller Status assigned => resolved
2022-10-24 18:36 emiller Resolution open => fixed
2022-10-24 18:36 emiller Fixed in Version => 3.14.3
2022-10-24 19:00 Changeset attached => SymmetricDS 3.14 bebfea70
2022-11-30 19:49 admin Status resolved => closed
2025-10-15 17:18 mdrouard Relationship added related to 0007094