Skip to content

test: sql(..., strip_metadata=True) usability parameter

Georgy Moshkin requested to merge gmoshkin/plugin-rpc-followups into master

Summary

  • test: sql(..., strip_metadata=True) usability parameter

If it's set only the "rows" part of the response is returned. This parameter is True by default because in most cases this is what we want.

  • test: cleanup: sudo_sql(...) -> sql(..., sudo=True)

  • Cherry-pick to: none
  • Docs follow-up: not necessary

Merge request reports