fix: alter manual queries to always turn *
This is a bit experimental, but this regex replaces the last part of a manual query, and ensures any query with a return statement will always just return *. This prevents "no results" from LLM generated queries because the AI decided to return some specific column, which we don't support. Works quite well as far as I tested :)