Just pushed a small cleanup commit on mediabot_v3:
🪄 Mischief managed: banished stray SELECT * queries and taught Mediabot cleaner SQL spells
This pass removes a bunch of leftover SELECT * queries and replaces them with explicit column lists where it made sense. The goal is simple: cleaner SQL, clearer intent, and less room for surprises later.
A few special cases were intentionally left untouched, like object construction paths where fetching the full row is still useful for now.
Nothing flashy, but it’s one more step toward a cleaner and safer codebase.
You must be logged in to reply.