View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004359 | SymmetricDS | Bug | public | 2020-04-22 11:08 | 2024-01-25 19:11 |
Reporter | googol4u | Assigned To | emiller | ||
Priority | high | ||||
Status | closed | Resolution | duplicate | ||
Product Version | 3.11.7 | ||||
Target Version | 3.14.1 | Fixed in Version | 3.14.1 | ||
Summary | 0004359: The handling of ''(empty string) default value of varchar columns of dbexport and dbimport is not correct for mssql server | ||||
Description | When using dbexport to export the structure of a mssql database and then dbimport it to another database, if the default value of a varchar columns is '' (empty string), this value could not be passed to the new database schema. Instead, the default value for this kind of column is not defined. the database is mssql 2008 R2 and jtds is used for jdbc driver. | ||||
Steps To Reproduce | dbexport --properties xxxx.properties --no-data --format XML > db.xml dbimport --properties yyyy.properties --format XML db.xml | ||||
Tags | dbimport/dbexport | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2020-04-22 11:08 | googol4u | New Issue | |
2020-04-22 11:24 | googol4u | Tag Attached: dbexport | |
2020-04-22 11:25 | googol4u | Tag Attached: dbimport/dbexport | |
2022-09-08 19:34 | emiller | Assigned To | => emiller |
2022-09-08 19:34 | emiller | Status | new => closed |
2022-09-08 19:34 | emiller | Resolution | open => duplicate |
2022-09-08 19:34 | emiller | Fixed in Version | => 3.14.1 |
2022-09-08 19:34 | emiller | Note Added: 0002186 | |
2022-09-08 19:34 | emiller | Relationship added | duplicate of 0004090 |
2024-01-25 19:11 | elong | Tag Detached: dbexport |