Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 563 Bytes

_run-result.md

File metadata and controls

2 lines (2 loc) · 563 Bytes
  • adapter_response: Dictionary of metadata returned from the database, which varies by adapter. For example, success code, number of rows_affected, total bytes_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 for rowcount.