Skip to content

fix: fix the column types for the software value language_stats db table [CM-718]#3521

Merged
borfast merged 1 commit into
mainfrom
fix/CM-718-fix-column-types-for-software-value-language-stats-table
Oct 16, 2025
Merged

fix: fix the column types for the software value language_stats db table [CM-718]#3521
borfast merged 1 commit into
mainfrom
fix/CM-718-fix-column-types-for-software-value-language-stats-table

Conversation

@borfast
Copy link
Copy Markdown
Contributor

@borfast borfast commented Oct 16, 2025

Obtaining the software value language statistics for a specific repository was failing due to one of the values (the bytes) being too large for the database column type.

The scc tool was reporting over 4 GB of HTML files, which seemed odd, but we confirmed it and it is correct, so we modified the column types from INT to BIGINT to accommodate larger values. We did the same for some other columns as well, as a preventative measure to avoid similar issues in the future.

Jira ticket

@borfast borfast requested a review from mbani01 October 16, 2025 11:47
@borfast borfast self-assigned this Oct 16, 2025
@borfast borfast added the Bug Created by Linear-GitHub Sync label Oct 16, 2025
@cursor
Copy link
Copy Markdown

cursor Bot commented Oct 16, 2025

You have run out of free Bugbot PR reviews for this billing cycle. This will reset on November 12.

To receive reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

@borfast borfast merged commit 673fefc into main Oct 16, 2025
12 checks passed
@borfast borfast deleted the fix/CM-718-fix-column-types-for-software-value-language-stats-table branch October 16, 2025 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Bug Created by Linear-GitHub Sync

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants