View Issue Details

IDProjectCategoryView StatusLast Update
0000693SymmetricDSImprovementpublic2025-04-16 17:19
Reporterchenson Assigned To 
Prioritylow 
Status acknowledgedResolutionopen 
Product Version3.0.6 
Summary0000693: Support property in dbimport/dbexport to turn off quoted delimiters during table creation
DescriptionSupport property in dbimport/dbexport to turn off quoted delimiters during table creation.

Command line option like --use-quoted-identifiers to turn on/off quoting of table and column names.
Steps To Reproduce./dbexport --format=sql mytest
CREATE TABLE "mytest"(
    "id" numeric(38) NOT NULL,
    "name" varchar(20),
    PRIMARY KEY ("id")
);
insert into "mytest" ("id", "name") values (1,'server is new');
Tagsdbimport/dbexport

Activities

pmarzullo

2025-03-12 17:41

developer   ~0002685

Check out this parameter:
db.delimited.identifier.mode

Maybe a separate parameter for DDL should be created

pmarzullo

2025-04-16 17:11

developer   ~0002815

Command line option would need to be created to pass the specified value to the DbImport or DbExport class.
DbImport and DbExport do not have access to parameters.

pmarzullo

2025-04-16 17:14

developer   ~0002816

The workaround is to specify alter-case option on the Dbimport command.

Issue History

Date Modified Username Field Change
2012-07-03 20:04 chenson New Issue
2012-07-03 20:04 chenson Status new => assigned
2012-07-03 20:04 chenson Assigned To => chenson
2012-07-04 20:22 chenson Target Version 3.0.7 => 3.1.0
2012-08-11 12:35 chenson Target Version 3.1.0 =>
2014-02-09 21:28 chenson Assigned To chenson =>
2014-02-10 00:36 chenson Status assigned => new
2019-04-12 17:32 admin Tag Attached: dbimport/dbexport
2024-11-06 19:00 emiller Priority normal => low
2025-03-12 17:41 pmarzullo Note Added: 0002685
2025-04-16 17:11 pmarzullo Note Added: 0002815
2025-04-16 17:13 elong Description Updated View Revisions
2025-04-16 17:13 elong Steps to Reproduce Updated View Revisions
2025-04-16 17:14 pmarzullo Assigned To => pmarzullo
2025-04-16 17:14 pmarzullo Status new => acknowledged
2025-04-16 17:14 pmarzullo Note Added: 0002816
2025-04-16 17:19 pmarzullo Assigned To pmarzullo =>