View Issue Details

IDProjectCategoryView StatusLast Update
0006946SymmetricDSBugpublic2025-06-20 20:48
Reportercquamme Assigned Tocquamme  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.15.0 
Target Version3.15.18Fixed in Version3.15.18 
Summary0006946: Add overrides for isBlob and isClob for AseDatabasePlatform
DescriptionCurrently 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 InformationIntroduced in issue 0006674
TagsNo tags attached.

Activities

pbelov

2025-06-20 20:48

manager   ~0003124

Included in the 3.15.18 release

Related Changesets

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

Issue History

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