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(tests): add comprehensive tests for SQLite column definitions
- Introduced a new test suite for `getColumnDefForSchema`, covering various schema types including basic types, refinements, literal types, transformations, complex types, and edge cases.
- Enhanced test coverage for nested schemas, custom schemas, and annotations, ensuring accurate mapping to SQLite column definitions.
- This addition improves the reliability of the SQLite schema validation and enhances developer confidence in the schema handling logic.
0 commit comments