Skip to content

create_table_like silently widens integer ids#79

Merged
roed314 merged 1 commit into
roed314:masterfrom
roed-math:fix/tablelike-idtype
Jul 20, 2026
Merged

create_table_like silently widens integer ids#79
roed314 merged 1 commit into
roed314:masterfrom
roed-math:fix/tablelike-idtype

Conversation

@roed-math

Copy link
Copy Markdown

create_table_like never passed the source table's id type through, so an integer id became the default bigint in the copy. It now forwards id_type; the adjacent dead search_order assignment falls out, retiring its ruff baseline entry.


Split out of #60 (one PR per issue). This branch carries only this issue's fix and its tests; the rest of the known-bug inventory stays xfailed, so the full suite is green here and the strict markers guarantee no cross-issue leakage.

create_table_like never passed the source table's id type through, so an integer id became the default bigint in the copy. It now forwards id_type; the adjacent dead search_order assignment falls out, retiring its ruff baseline entry.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@roed314
roed314 merged commit 8adf077 into roed314:master Jul 20, 2026
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants