View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000693 | SymmetricDS | Improvement | public | 2012-07-03 20:04 | 2025-04-16 17:19 |
Reporter | chenson | Assigned To | |||
Priority | low | ||||
Status | acknowledged | Resolution | open | ||
Product Version | 3.0.6 | ||||
Summary | 0000693: Support property in dbimport/dbexport to turn off quoted delimiters during table creation | ||||
Description | Support 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'); | ||||
Tags | dbimport/dbexport | ||||
|
Check out this parameter: db.delimited.identifier.mode Maybe a separate parameter for DDL should be created |
|
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. |
|
The workaround is to specify alter-case option on the Dbimport command. |
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 => |