View Issue Details

IDProjectCategoryView StatusLast Update
0002967SymmetricDSBugpublic2017-04-18 19:44
ReporterChristian Stier Assigned Tomaxwellpettit  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.8.13 
Target Version3.8.20Fixed in Version3.8.20 
Summary0002967: SymmetricDS schema-send (sync) fails to create tables for autoindex-ed SQLite tables
DescriptionTriggering "symadmin send-schema" on an SQLite database synchronized with another SQLite synchronization with unidirectional synchronization causes the creation of tables to fail if the created table has an attached SQLite autoindex:

https://gist.github.com/ChristianStier/26aa6636797a3cf6784f69147988cea3
Additional InformationThis bug report might be related: https://www.symmetricds.org/issues/view.php?id=2361 . The filtering of autoindex-schemas might not work when sending schema information.
TagsNo tags attached.

Activities

maxwellpettit

2017-04-03 19:35

manager   ~0000993

Added unique keyword functionality in column definitions

Related Changesets

SymmetricDS: 3.8 48305fd9

2017-04-03 15:34:28

maxwellpettit

Details Diff
0002967: SymmetricDS schema-send (sync) fails to create tables for
autoindex-ed SQLite tables
Affected Issues
0002967
mod - symmetric-client/src/test/java/org/jumpmind/symmetric/DbExportImportTest.java Diff File
add - symmetric-client/src/test/resources/test-dbimport-unique-bad-line-2.sql Diff File
add - symmetric-client/src/test/resources/test-dbimport-unique-good.sql Diff File
add - symmetric-client/src/test/resources/test-dbimport-unique.xml Diff File
mod - symmetric-db/src/main/java/org/jumpmind/db/io/DatabaseXmlUtil.java Diff File
mod - symmetric-db/src/main/java/org/jumpmind/db/model/Column.java 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/sqlite/SqliteDdlReader.java Diff File

SymmetricDS: 3.8 228a1b2a

2017-04-03 16:13:56

maxwellpettit

Details Diff
0002967: SymmetricDS schema-send (sync) fails to create tables for
autoindex-ed SQLite tables
Affected Issues
0002967
mod - symmetric-client/src/test/resources/test-dbimport-unique.xml Diff File

Issue History

Date Modified Username Field Change
2017-01-23 15:49 Christian Stier New Issue
2017-03-27 13:00 chenson Assigned To => maxwellpettit
2017-03-27 13:00 chenson Status new => assigned
2017-04-03 19:35 maxwellpettit Note Added: 0000993
2017-04-03 19:35 maxwellpettit Status assigned => resolved
2017-04-03 19:35 maxwellpettit Fixed in Version => 3.8.19
2017-04-03 19:35 maxwellpettit Resolution open => fixed
2017-04-03 20:00 maxwellpettit Changeset attached => SymmetricDS 3.8 48305fd9
2017-04-03 21:00 maxwellpettit Changeset attached => SymmetricDS 3.8 228a1b2a
2017-04-13 18:45 chenson Fixed in Version 3.8.19 => 3.8.20
2017-04-13 18:45 chenson Target Version => 3.8.20
2017-04-18 19:44 chenson Status resolved => closed