View Issue Details

IDProjectCategoryView StatusLast Update
0000869SymmetricDSImprovementpublic2019-04-12 17:57
Reporterchenson Assigned To 
Prioritynormal 
Status newResolutionopen 
Product Version3.1.7 
Summary0000869: dbexport to csv needs to either prevent or support multiple table export
DescriptionAdd a --dir option to dbimport and dbexport to read and write files to. The CSV option in dbexport should only work with the --dir option if more than one table is specified.
Tagsdbimport/dbexport

Activities

There are no notes attached to this issue.

Related Changesets

SymmetricDS: master 819c7732

2012-10-26 08:19:45

chenson

Details Diff
0000869: dbexport to csv needs to either prevent or support multiple table export Affected Issues
0000869
mod - symmetric-client/src/main/java/org/jumpmind/symmetric/DbExport.java Diff File
mod - symmetric-client/src/main/java/org/jumpmind/symmetric/DbExportCommand.java Diff File
mod - symmetric-client/src/test/java/org/jumpmind/symmetric/DbExportImportTest.java Diff File
add - symmetric-client/src/test/resources/test-dbexportimport-3-tables.xml Diff File
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/AbstractSymmetricEngine.java Diff File
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/db/AbstractSymmetricDialect.java Diff File
mod - symmetric-core/src/test/java/org/jumpmind/symmetric/service/impl/AbstractServiceTest.java Diff File
mod - symmetric-db/src/main/java/org/jumpmind/db/platform/AbstractDatabasePlatform.java Diff File
mod - symmetric-db/src/test/java/org/jumpmind/db/io/DatabaseIOTest.java Diff File
mod - symmetric-io/src/main/java/org/jumpmind/symmetric/io/data/reader/XmlDataReader.java Diff File
mod - symmetric-io/src/main/java/org/jumpmind/symmetric/io/data/writer/DatabaseWriter.java Diff File
mod - symmetric-jdbc/src/test/java/org/jumpmind/db/DatabasePlatformTest.java Diff File
mod - symmetric-util/src/main/java/org/jumpmind/exception/IoException.java Diff File

SymmetricDS: master 0917ccc9

2012-10-26 10:00:46

chenson

Details Diff
0000869: dbexport to csv needs to either prevent or support multiple table export Affected Issues
0000869
mod - symmetric-client/src/test/java/org/jumpmind/symmetric/DbExportImportTest.java Diff File

SymmetricDS: master d34d690e

2012-10-26 13:11:37

chenson

Details Diff
0000869: dbexport to csv needs to either prevent or support multiple table export Affected Issues
0000869
mod - symmetric-client/src/main/java/org/jumpmind/symmetric/DbExport.java Diff File

SymmetricDS: master 4ece2f46

2012-10-26 14:33:38

chenson

Details Diff
0000869: dbexport to csv needs to either prevent or support multiple table export Affected Issues
0000869
mod - symmetric-client/src/main/java/org/jumpmind/symmetric/DbExport.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/model/Table.java Diff File
mod - symmetric-db/src/main/java/org/jumpmind/db/platform/IDdlReader.java Diff File

SymmetricDS: master b876248d

2012-10-26 14:33:52

chenson

Details Diff
0000869: dbexport to csv needs to either prevent or support multiple table export Affected Issues
0000869
mod - symmetric-jdbc/src/main/java/org/jumpmind/db/platform/AbstractJdbcDdlReader.java Diff File

SymmetricDS: master a9cc59eb

2012-10-28 10:22:14

chenson

Details Diff
0000869: dbexport to csv needs to either prevent or support multiple table export Affected Issues
0000869
mod - symmetric-client/src/main/resources/symmetric-messages.properties Diff File

Issue History

Date Modified Username Field Change
2012-10-23 12:54 chenson New Issue
2012-10-23 12:54 chenson Status new => assigned
2012-10-23 12:54 chenson Assigned To => chenson
2012-10-23 20:00 chenson Description Updated View Revisions
2014-02-03 01:52 Changeset attached => SymmetricDS trunk r6382
2014-02-03 01:52 Changeset attached => SymmetricDS trunk r6384
2014-02-03 01:52 Changeset attached => SymmetricDS trunk r6385
2014-02-03 01:52 Changeset attached => SymmetricDS trunk r6386
2014-02-03 01:52 Changeset attached => SymmetricDS trunk r6387
2014-02-03 01:52 Changeset attached => SymmetricDS trunk r6388
2014-02-04 20:43 admin Target Version 3.1.8 =>
2014-02-09 21:21 chenson Assigned To chenson =>
2014-02-10 00:36 chenson Status assigned => new
2014-02-13 15:13 elong Category Task => Improvement
2015-07-31 01:49 chenson Changeset attached => SymmetricDS master a9cc59eb
2015-07-31 01:49 chenson Changeset attached => SymmetricDS master b876248d
2015-07-31 01:49 chenson Changeset attached => SymmetricDS master 4ece2f46
2015-07-31 01:49 chenson Changeset attached => SymmetricDS master d34d690e
2015-07-31 01:49 chenson Changeset attached => SymmetricDS master 0917ccc9
2015-07-31 01:49 chenson Changeset attached => SymmetricDS master 819c7732
2019-04-12 17:57 admin Tag Attached: dbimport/dbexport