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
- Fix Table.table_name property to delegate to metaclass for UserTable subclasses
(table_name was returning None instead of computed name)
- Fix heading type loading to preserve database type for core types (uuid, etc.)
instead of overwriting with alias from comment
- Add original_type field to Attribute for storing the alias while keeping
the actual SQL type in type field
- Fix tests: remove obsolete test_external.py, update resolve_dtype tests
to expect 3 return values, update type alias tests to use CORE_TYPE_SQL
- Update pyproject.toml pytest_env to use D: prefix for default-only vars
Test results improved from 174 passed/284 errors to 381 passed/62 errors.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments