View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003176 | SymmetricDS | Improvement | public | 2017-06-30 14:40 | 2017-07-19 20:24 |
Reporter | gilles.riand | Assigned To | maxwellpettit | ||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.8.26 | ||||
Target Version | 3.8.28 | Fixed in Version | 3.8.28 | ||
Summary | 0003176: SymDS V3.7 and V3.8 for "sym_context" With INTERBASE | ||||
Description | I would like to know why you change the Type of the table "sym_context" in version V3.7 it's a GLOBAL TEMPORARY TABLE CREATE GLOBAL TEMPORARY TABLE SYM_CONTEXT ( ID VARCHAR(30), CONTEXT_VALUE VARCHAR(30) ) ON COMMIT PRESERVE ROWS; ---- in V3.8 it's a normal TABLE CREATE TABLE SYM_CONTEXT ( NAME VARCHAR(80) NOT NULL, CONTEXT_VALUE VARCHAR(4096), CREATE_TIME TIMESTAMP, LAST_UPDATE_TIME TIMESTAMP ); | ||||
Tags | No tags attached. | ||||
|
This was unintentional and can be considered a bug. We'll change the name of the global tepmorary table that is for the interbase dialect. |
|
renamed global temporary table to SYM_TEMP_CONTEXT |
SymmetricDS: 3.8 061dac26 2017-07-14 11:44:47 Details Diff |
0003176: SymDS V3.7 and V3.8 for "sym_context" With INTERBASE |
Affected Issues 0003176 |
|
mod - symmetric-client/src/main/java/org/jumpmind/symmetric/db/interbase/InterbaseSymmetricDialect.java | Diff File | ||
mod - symmetric-client/src/main/java/org/jumpmind/symmetric/db/interbase/InterbaseTriggerTemplate.java | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2017-06-30 14:40 | gilles.riand | New Issue | |
2017-07-12 17:48 | chenson | Note Added: 0001062 | |
2017-07-12 17:49 | chenson | Target Version | => 3.8.28 |
2017-07-14 13:41 | chenson | Assigned To | => maxwellpettit |
2017-07-14 13:41 | chenson | Status | new => assigned |
2017-07-14 15:45 | maxwellpettit | Note Added: 0001065 | |
2017-07-14 15:45 | maxwellpettit | Status | assigned => resolved |
2017-07-14 15:45 | maxwellpettit | Fixed in Version | => 3.8.28 |
2017-07-14 15:45 | maxwellpettit | Resolution | open => fixed |
2017-07-14 16:00 | maxwellpettit | Changeset attached | => SymmetricDS 3.8 061dac26 |
2017-07-19 20:24 | chenson | Status | resolved => closed |