File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 1+ # Known Issues and Planned Future Enhancements
2+
3+ - LIMITATION: Schema scan method 'RANDOM' is not supported on DocumentDB Elastic Cluster
4+ - Please choose another scan method when connecting to a DocumentDB Elastic Cluster
5+ - BUG: The use of ` CASE WHEN ` for non-numeric types may throw an exception.
6+ - BUG: ResultMetaData reports ` VARCHAR ` on a column that would normally report ` NULL ` .
7+ - BUG: Some JavaDocs are incomplete for some interfaces.
8+ - BUG: Using a literal comparison that resolves to ` FALSE ` throws exception (e.g., ` WHERE 3 > 4 ` )
9+ - BUG: Method ` Driver.getParentLogger ` is not implemented.
10+ - ENHANCEMENT: URL-encode user-name and password in Tableau Connector
11+ - ENHANCEMENT: Methods ` DatabaseMetaData.getIndexInfo ` and ` DatabaseMetaData.getBestRowIdentifier ` are not implemented.
12+ - ENHANCEMENT: Implement a fully functional PreparedStatement with replaceable query parameters.
13+ - ENHANCEMENT: Implement SQL hints for supporting 'allowDiskUse' on a query-by-query basis.
You can’t perform that action at this time.
0 commit comments