Skip to content

carstore: don't ignore the first record in sqlite #1103

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

iameli
Copy link
Contributor

@iameli iameli commented Jun 20, 2025

Small fix to the SQLite carstore -- the first record in the cache will have ID 0, there's no reason to ignore it. Naturally, this case happens a lot in testing and stuff 'cause the first attempt to get a revision on an empty database will fail

@iameli iameli force-pushed the eli/fix-sqlite-carstore branch from 797a573 to 255733a Compare June 20, 2025 21:18
@iameli
Copy link
Contributor Author

iameli commented Jun 20, 2025

Force-pushed to ignore the same check in a different spot

@bnewbold
Copy link
Collaborator

bnewbold commented Jul 2, 2025

@whyrusleeping i'll defer to you on this one

@iameli iameli force-pushed the eli/fix-sqlite-carstore branch from 255733a to 07b55db Compare July 11, 2025 23:46
@iameli
Copy link
Contributor Author

iameli commented Jul 11, 2025

Rebased!

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