View Issue Details

IDProjectCategoryView StatusLast Update
0004427SymmetricDSBugpublic2020-06-24 20:47
Reporterpmarzullo Assigned Topmarzullo  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.12.0 
Target Version3.12.1Fixed in Version3.12.1 
Summary0004427: Ingres Dialect: Foreign Key DDL Reader issue and System Generated Indexes
DescriptionKnown issues:
1. Foreign Key "ON UPDATE" and "ON DELETE" CASCADE/RESTRICT/NO ACTION/DEFAULT are not
recognized, and so every time SymmetricDS is restarted, the foreign keys are recreated.
To disable this action, set the following parameter after the node has completed creating
the SymmetricDS system tables in the engine files:

auto.config.database=false

2. System generated indexes are attempted to be dropped. We need to filter them out from the DDLReader since they are system generated and not in the XML.
Tagsddl/schema, dialect: ingres

Activities

There are no notes attached to this issue.

Related Changesets

SymmetricDS: 3.12 b0882436

2020-06-11 16:08:13

Philip Marzullo

Details Diff
0004427: Ingres Dialect: Foreign Key DDL Reader issue and System
Generated Indexes
Affected Issues
0004427
mod - symmetric-jdbc/src/main/java/org/jumpmind/db/platform/ingres/IngresDdlReader.java Diff File

Issue History

Date Modified Username Field Change
2020-06-11 20:07 pmarzullo New Issue
2020-06-11 20:07 pmarzullo Status new => assigned
2020-06-11 20:07 pmarzullo Assigned To => pmarzullo
2020-06-11 20:07 pmarzullo Tag Attached: ddl/schema
2020-06-11 20:07 pmarzullo Tag Attached: dialect: ingres
2020-06-11 20:08 pmarzullo Status assigned => resolved
2020-06-11 20:08 pmarzullo Resolution open => fixed
2020-06-11 20:08 pmarzullo Fixed in Version => 3.12.1
2020-06-11 21:00 Changeset attached => SymmetricDS 3.12 b0882436
2020-06-24 20:47 admin Status resolved => closed