v1.0.0
The Amazon DocumentDB JDBC Driver is a JDBC 4.2 compliant driver (Java 8) which normalizes documents into a relational schema and executes a relational query. The driver supports a subset of SQL-92 along with some common extensions and supports SELECT
statements of the general form:
SELECT [ ALL | DISTINCT ] { * | projectItem [, projectItem ]* }
FROM tableExpression
[ WHERE booleanExpression ]
[ GROUP BY { groupItem [, groupItem ]* } ]
[ HAVING booleanExpression ]
[ ORDER BY orderItem [ ASC | DESC ] [, orderItem [ ASC | DESC ]* ]
[ LIMIT limitNumber ]
[ OFFSET startNumber ]
The driver can be used to integrate with BI tools that support JDBC Driver. For Tableau Desktop/Server users a connector is available to use.
Bug Fixes (Differences from the last beta pre-release)
- Loading JDBC driver in DbVisualizer can fail with IllegalArgumentException: URI is not hierarchical
- Refactor join condition validation
Documentation Updates (Differences from the last beta pre-release)
- Update documentation regarding join limitation
- Remove mention of SSH passphrase since we removed this from a connection dialog