You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: return affected row count for INSERT/UPDATE/DELETE
- Add rowCount to all database connectors (PostgreSQL, MySQL, MariaDB, SQLite, SQL Server)
- Add extractAffectedRows utility for MySQL/MariaDB result parsing
- Update execute-sql and custom-tool-handler to use rowCount for count field
- Frontend now displays "N rows affected" for write operations instead of "No results returned"
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <[email protected]>
0 commit comments