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(mssql): gracefully skip MSSQL when database unavailable
- Add ErrDatabaseUnavailable error type to detect when a database engine
requires a connection but none is available
- Modify parse() to return a parseResult enum (parseSuccess, parseFailed,
parseSkipped) instead of a boolean to distinguish between failures and
skipped configurations
- When MSSQL database URI is not set, skip the configuration with a
warning instead of failing the entire generate/vet command
- Add "requires" field to exec.json for tests to specify required
databases (postgres, mysql, mssql)
- Skip tests that require databases that are not available
- Fix MSSQL parser to track statement boundaries for proper AST positions
- Add support for SchemaObjectFunctionTableReference in INSERT statements
- Initialize ReturningList on INSERT/UPDATE/DELETE statements
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments