Skip to content

Conversation

@Subhra264
Copy link
Contributor

Currently get_enrichment_data_from_db function fails in mysql, because the struct used for parsing the enrichment table record uses i64 for created_at field. In mysql, the field is bigint unsigned. Hence, the conversion from bigint unsigned to i64 (bigint) fails and as a result when the enrichment table data is in db, the search query fails to fetch enrichment table data from the db.

@github-actions github-actions bot added the ☢️ Bug Something isn't working label Nov 5, 2025
@github-actions
Copy link

github-actions bot commented Nov 5, 2025

Failed to generate code suggestions for PR

@Subhra264 Subhra264 merged commit ef5fb1d into main Nov 5, 2025
32 checks passed
@Subhra264 Subhra264 deleted the sc/enrich_mysql branch November 5, 2025 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

☢️ Bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants