Skip to content

Commit 0d9ddcb

Browse files
author
Bruce Irschick
authored
[AD-1031] Document known issues and future enhancements. (#488)
1 parent e89a0ed commit 0d9ddcb

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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.

0 commit comments

Comments
 (0)