Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@Ayush0054
Copy link
Contributor

Summary

SQLite stores JSON fields as strings, causing len() to count characters instead of array elements. Parse JSON strings before counting runs.

(If applicable, issue number: #____)

Type of change

  • Bug fix
  • New feature
  • Breaking change
  • Improvement
  • Model update
  • Other:

Checklist

  • Code complies with style guidelines
  • Ran format/validation scripts (./scripts/format.sh and ./scripts/validate.sh)
  • Self-review completed
  • Documentation updated (comments, docstrings)
  • Examples and guides: Relevant cookbook examples have been included or updated (if applicable)
  • Tested in clean environment
  • Tests added/updated (if applicable)

Additional Notes

Add any important context (deployment instructions, screenshots, security considerations, etc.)

SQLite stores JSON fields as strings, causing len() to count characters
instead of array elements. Parse JSON strings before counting runs.
@Ayush0054 Ayush0054 requested a review from a team as a code owner October 10, 2025 18:54
@manuhortet manuhortet merged commit eeb19aa into main Oct 11, 2025
5 checks passed
@manuhortet manuhortet deleted the fix-sqlite-runs-calculation branch October 11, 2025 12:28
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.

3 participants