View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006946 | SymmetricDS | Bug | public | 2025-06-16 16:21 | 2025-06-20 20:48 |
Reporter | cquamme | Assigned To | cquamme | ||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.15.0 | ||||
Target Version | 3.15.18 | Fixed in Version | 3.15.18 | ||
Summary | 0006946: Add overrides for isBlob and isClob for AseDatabasePlatform | ||||
Description | Currently AseDatabasePlatform is using AbstractDatabasePlatforms isBlob and isClob method, which uses column.getMappedType() to determine if it is a blob or clob. We should add an override, because this causes issues for univarchar types. It should use column.getJdbcTypeCode(), as it did previously. Column [name=colName; jdbcType=univarchar; mappedType=LONGVARBINARY] | ||||
Additional Information | Introduced in issue 0006674 | ||||
Tags | No tags attached. | ||||
SymmetricDS: 3.15 528f93a7 2025-06-18 12:57:17 catherinequamme Committer: GitHub Details Diff |
0006946: Add overrides for isBlob and isClob for AseDatabasePlatform (#301) 0006946: Add overrides for isBlob and isClob for AseDatabasePlatform |
Affected Issues 0006946 |
|
mod - symmetric-jdbc/src/main/java/org/jumpmind/db/platform/ase/AseDatabasePlatform.java | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2025-06-16 16:21 | cquamme | New Issue | |
2025-06-16 16:21 | cquamme | Status | new => assigned |
2025-06-16 16:21 | cquamme | Assigned To | => cquamme |
2025-06-16 20:33 | pbelov | Status | assigned => confirmed |
2025-06-18 12:58 | pbelov | Status | confirmed => resolved |
2025-06-18 12:58 | pbelov | Resolution | open => fixed |
2025-06-18 12:58 | pbelov | Fixed in Version | => 3.15.18 |
2025-06-18 13:00 | Changeset attached | => SymmetricDS 3.15 528f93a7 | |
2025-06-20 20:48 | pbelov | Note Added: 0003124 | |
2025-06-20 20:48 | pbelov | Status | resolved => closed |