View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006876 | SymmetricDS | Bug | public | 2025-05-08 20:16 | 2025-05-08 20:46 |
Reporter | emiller | Assigned To | emiller | ||
Priority | normal | ||||
Status | assigned | Resolution | open | ||
Product Version | 3.13.0 | ||||
Target Version | 3.16.3 | ||||
Summary | 0006876: SQL Server DDL reader can remove too many outer parentheses from a default value | ||||
Description | After reading a default value from the database metadata, the SQL Server DDL reader removes outer parentheses that enclose the default value. In some cases, it remove too many outer parentheses, causing the default value to become invalid. For example, the following default value triggers this bug: ((coalesce([column_0]+' ',''))+coalesce([column_1]+' ','')) There are several other places that use this same approach to remove outer parentheses, so this bug is not necessarily limited to the SQL Server DDL reader. | ||||
Tags | ddl/schema | ||||