View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002103 | SymmetricDS | Bug | public | 2014-12-15 17:49 | 2014-12-26 13:37 |
| Reporter | josh-a-hicks | Assigned To | josh-a-hicks | ||
| Priority | normal | ||||
| Status | closed | Resolution | fixed | ||
| Product Version | 3.6.17 | ||||
| Target Version | 3.6.17 | Fixed in Version | 3.6.17 | ||
| Summary | 0002103: Create table to check and allow for identity columns that are not part of PK. | ||||
| Description | For databases that do not support an auto increment column to exist on a non pk column the auto increment will be removed from the create DDL (for example MySQL). | ||||
| Tags | No tags attached. | ||||
|
SymmetricDS: master bbd06346 2014-12-16 07:28:52 James Details Diff |
0002103 - Remove auto increment attribute as part of table creation for identity columns that are not part of the PK for databases that do not support it. |
Affected Issues 0002103 |
|
| mod - symmetric-db/src/main/java/org/jumpmind/db/platform/AbstractDatabasePlatform.java | Diff File | ||
| mod - symmetric-db/src/main/java/org/jumpmind/db/platform/IDatabasePlatform.java | Diff File | ||
| mod - symmetric-io/src/main/java/org/jumpmind/symmetric/io/data/writer/DefaultDatabaseWriter.java | Diff File | ||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2014-12-15 17:49 | josh-a-hicks | New Issue | |
| 2014-12-15 17:49 | josh-a-hicks | Status | new => assigned |
| 2014-12-15 17:49 | josh-a-hicks | Assigned To | => josh-a-hicks |
| 2014-12-16 14:00 | josh-a-hicks | Changeset attached | => SymmetricDS trunk r9064 |
| 2014-12-16 14:00 | josh-a-hicks | Changeset attached | => SymmetricDS 3.6 r9065 |
| 2014-12-22 23:43 | chenson | Status | assigned => resolved |
| 2014-12-22 23:43 | chenson | Fixed in Version | => 3.6.17 |
| 2014-12-22 23:43 | chenson | Resolution | open => fixed |
| 2014-12-26 13:37 | chenson | Status | resolved => closed |
| 2015-07-31 01:49 | Changeset attached | => SymmetricDS master bbd06346 |