Files
relspecgo/cmd/relspec
Hein (Warky) 283b568adb
All checks were successful
CI / Test (1.24) (push) Successful in -25m29s
CI / Test (1.25) (push) Successful in -25m13s
CI / Lint (push) Successful in -26m13s
CI / Build (push) Successful in -26m27s
Integration Tests / Integration Tests (push) Successful in -26m11s
Release / Build and Release (push) Successful in -25m8s
feat(pgsql): add execution reporting for SQL statements
- Implemented ExecutionReport to track the execution status of SQL statements.
- Added SchemaReport and TableReport to monitor execution per schema and table.
- Enhanced WriteDatabase to execute SQL directly on a PostgreSQL database if a connection string is provided.
- Included error handling and logging for failed statements during execution.
- Added functionality to write execution reports to a JSON file.
- Introduced utility functions to extract table names from CREATE TABLE statements and truncate long SQL statements for error messages.
2026-01-29 21:16:14 +02:00
..
2025-12-28 11:41:55 +02:00
2025-12-19 22:28:24 +02:00
2025-12-31 01:40:08 +02:00
2025-12-18 14:37:34 +02:00
2025-12-31 00:44:14 +02:00
2026-01-03 19:05:53 +00:00