mirror of
https://github.com/turbot/steampipe.git
synced 2026-02-20 10:00:22 -05:00
* Add test for #4789: executeMetaquery panic instead of error Added TestExecuteMetaquery_NotInitialised to demonstrate the bug where executeMetaquery panics with "client is not initalised" instead of returning an error when called before initialization completes. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> * Fix #4789: Return error instead of panic in executeMetaquery Replace panic("client is not initalised") with proper error return in executeMetaquery. This prevents unrecoverable crashes when the method is called before client initialization completes. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> --------- Co-authored-by: Claude <noreply@anthropic.com>