0.7.0 - 2019-08-25¶
ExaConnection¶
Added read-only
.optionsproperty holding original arguments used to create ExaConnection object.Added read-only
.login_infoproperty holding response data of LOGIN command.Added documentation for read-only
.attrproperty holding attributes of current connection (autocommit state, etc.).Removed undocumented
.metaproperty, renamed it to.login_info.Removed undocumented
.last_stmtproperty. Please use.last_statement()function instead.Removed most of exposed properties related to connection options (e.g.
.autocommit). Please use.optionsor.attrinstead.
ExaStatement¶
Added documentation for read-only
.execution_timeproperty holding wall-clock execution time of SQL statement.