View Issue Details

IDProjectCategoryView StatusLast Update
0005078SymmetricDSBugpublic2021-11-04 14:58
Reporterelong Assigned Toelong  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.12.0 
Target Version3.12.12Fixed in Version3.12.12 
Summary0005078: Tibero won't update table with LOB when missing PK
DescriptionOn Tibero, if the table is missing a primary key, it will use all columns like they are the primary when performing updates or deletes. If there is a LOB column present, it should not be used in the "where" clause because it causes an error:

 StackTraceKey.init [SqlException:3184756971] org.jumpmind.db.sql.SqlException: JDBC-11023:Values are from data types that cannot be compared.
Tagsdialect: tibero

Activities

There are no notes attached to this issue.

Related Changesets

SymmetricDS: 3.12 16291dfe

2021-08-25 12:41:06

admin

Details Diff
0005078: Tibero won't update table with LOB when missing PK Affected Issues
0005078
mod - symmetric-jdbc/src/main/java/org/jumpmind/db/platform/tibero/TiberoDatabasePlatform.java Diff File

Issue History

Date Modified Username Field Change
2021-08-24 19:30 elong New Issue
2021-08-24 19:30 elong Status new => assigned
2021-08-24 19:30 elong Assigned To => elong
2021-08-24 19:30 elong Tag Attached: dialect: tibero
2021-08-25 13:00 admin Changeset attached => SymmetricDS 3.12 16291dfe
2021-08-25 14:10 elong Status assigned => resolved
2021-08-25 14:10 elong Resolution open => fixed
2021-08-25 14:10 elong Fixed in Version => 3.12.12
2021-11-04 14:58 admin Status resolved => closed