]
RH Bugzilla Integration updated TEIID-3971:
-------------------------------------------
Bugzilla References:
Clob.getSubstring(int,int) returns empty or whole string
--------------------------------------------------------
Key: TEIID-3971
URL:
https://issues.jboss.org/browse/TEIID-3971
Project: Teiid
Issue Type: Bug
Components: JDBC Driver, Query Engine
Affects Versions: 8.3
Reporter: Juraj DurĂ¡ni
Assignee: Steven Hawkins
Priority: Blocker
Fix For: 9.0, 8.12.5, 8.13.1
Method java.sql.Clob.getSubstring(int,int) returns either empty string (if second
argument, length, is 0) or whole string (if length >= 1).