adapter_response
: Dictionary of metadata returned from the database, which varies by adapter. For example, successcode
, number ofrows_affected
, totalbytes_processed
, and so on. Not applicable for tests.rows_affected
returns the number of rows modified by the last statement executed. In cases where the query's row count can't be determined or isn't applicable (such as when creating a view), a standard value of-1
is returned forrowcount
.