Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DEV: Fix mismatched column types #329

Merged
merged 1 commit into from
Oct 10, 2024
Merged

DEV: Fix mismatched column types #329

merged 1 commit into from
Oct 10, 2024

Conversation

nbianca
Copy link
Member

@nbianca nbianca commented Oct 9, 2024

The primary key is usually a bigint column, but the foreign key columns are usually of integer type. This can lead to issues when joining these columns due to mismatched types and different value ranges.

The primary key is usually a bigint column, but the foreign key columns
are usually of integer type. This can lead to issues when joining these
columns due to mismatched types and different value ranges.
@nbianca nbianca changed the title DEV: Fix mismatched column types in tests DEV: Fix mismatched column types Oct 9, 2024
@nbianca nbianca merged commit b43d82d into main Oct 10, 2024
5 checks passed
@nbianca nbianca deleted the dev-fix-types branch October 10, 2024 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants