]
Johnathon Lee updated TEIID-2477:
---------------------------------
Fix Version/s: 7.7.10
Standardize and correct jdbc database version comparisons
---------------------------------------------------------
Key: TEIID-2477
URL:
https://issues.jboss.org/browse/TEIID-2477
Project: Teiid
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: JDBC Connector
Affects Versions: 7.0
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 8.4, 7.7.10
The simple string comparison of versions is not correct across version numbers of
differing digits (10 is not higher than 9). Generally the field needs standardized as
well since for example we use the year designations for SQL Server but the driver reported
version numbers will be the actual software versions.