Progress DataDirect for JDBC for Jira Driver
An asterisk (*) indicates support that was added in a hotfix or software patch subsequent to a release.
For a list a list of issues resolved since general availability, refer to the fixes.
Version 6.0.0
ENHANCEMENTS
- The driver has been enhanced to use proxy server settings defined in the JVM system properties by
default. If no proxy settings are defined in the connection string or data source, the driver will attempt
to use the values of the http.proxyHost and http.proxyPort JVM system properties to connect to the
database.*
- The driver has been enhanced to include timestamp in the Spy and JDBC packet
logs by default. If required, you can disable the timestamp logging by
specifying the following at connection: For Spy logs, set
spyAttributes=(log=(file)Spy.log;timestamp=no) and for JDBC packet logs,
set ddtdbg.ProtocolTraceShowTime=false.
- Interactive SQL for JDBC (JDBCISQL) is now installed with the product.
JDBCISQL is a command-line interface that supports connecting your driver
to a data source, executing SQL statements and retrieving results in a
terminal. This tool provides a method to quickly test your drivers in an
environment that does not support GUIs.*
FEATURES
- Supports SQL read-only access to Atlassian Jira
- Supports JDBC core functions
- Supports standard JSON data types and additional data types through data type inference
- Supports Jira custom fields, including many fields added through third-party plug-ins
- Supports the handling of large result sets with configurable paging and the FetchSize and WSFetchSize connection properties
- Supports SSL data encryption