Commit 0107d8d
Fix Table.describe() to show core types instead of native types
When a column is declared with a core type (like uuid, int32, float64),
describe() now displays the original core type name instead of the
underlying database type (e.g., shows "uuid" instead of "binary(16)").
Uses the Attribute.original_type field which stores the core type alias.
Bump version to 2.0.0a2.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent ef6c66d commit 0107d8d
2 files changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
886 | 886 | | |
887 | 887 | | |
888 | 888 | | |
| 889 | + | |
| 890 | + | |
889 | 891 | | |
890 | 892 | | |
891 | | - | |
| 893 | + | |
892 | 894 | | |
893 | 895 | | |
894 | 896 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
0 commit comments