View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005551 | SymmetricDS | New Feature | public | 2022-10-21 20:35 | 2022-11-30 19:49 |
Reporter | emiller | Assigned To | emiller | ||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.14.0 | ||||
Target Version | 3.14.3 | Fixed in Version | 3.14.3 | ||
Summary | 0005551: Add parameters that specify how to sync default values | ||||
Description | It 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. | ||||
Tags | No tags attached. | ||||
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 |
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 |