View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002200 | SymmetricDS | Bug | public | 2015-02-16 13:37 | 2015-02-17 21:44 |
Reporter | chenson | Assigned To | chenson | ||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.7.6 | ||||
Target Version | 3.7.7 | Fixed in Version | 3.7.7 | ||
Summary | 0002200: Microsoft JDBC maps nvarchar(max) and varchar(max) to a varchar with a size. Should be mapped to a longvarchar or longnvarchar. | ||||
Description | Microsoft JDBC maps nvarchar(max) and varchar(max) to a varchar with a size. Should be mapped to a longvarchar or longnvarchar. This can cause the trigger to fail to create for varchar(max) columns in the latest versions of SymmetricDS. | ||||
Tags | No tags attached. | ||||
SymmetricDS: master 7e801f45 2015-02-16 08:37:19 Details Diff |
0002200: Microsoft JDBC maps nvarchar(max) and varchar(max) to a varchar with a size. Should be mapped to a longvarchar or longnvarchar. |
Affected Issues 0002200 |
|
mod - symmetric-jdbc/src/main/java/org/jumpmind/db/platform/mssql/MsSqlDdlReader.java | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2015-02-16 13:37 | chenson | New Issue | |
2015-02-16 13:37 | chenson | Status | new => assigned |
2015-02-16 13:37 | chenson | Assigned To | => chenson |
2015-02-16 13:37 | chenson | Status | assigned => resolved |
2015-02-16 13:37 | chenson | Fixed in Version | => 3.7.7 |
2015-02-16 13:37 | chenson | Resolution | open => fixed |
2015-02-16 14:00 | chenson | Changeset attached | => SymmetricDS trunk r9367 |
2015-02-17 21:44 | chenson | Status | resolved => closed |
2015-07-31 01:49 | chenson | Changeset attached | => SymmetricDS master 7e801f45 |