Commit Graph

2 Commits

Author SHA1 Message Date
autofix-ci[bot]
1b53aac5e4 [autofix.ci] apply automated fixes 2025-08-28 06:57:28 +00:00
Claude Bot
b15373bacc Add SQLQueryPerformanceEntry support for MySQL and PostgreSQL
Implements SQL query performance tracking that integrates with the Performance API:

- Adds SQLQueryPerformanceEntry C++ class extending PerformanceEntry
- Adds `performanceEntries: boolean` option to SQL constructors
- Tracks query timing with SQL command extraction (SELECT, INSERT, etc.)
- Integrates with performance.getEntries(), getEntriesByType(), getEntriesByName()
- Includes security-conscious approach (excludes parameter values)
- Works with MySQL and PostgreSQL connections

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-28 06:55:03 +00:00