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

Cleanup db types #74

Closed
2 of 3 tasks
pjenvey opened this issue Oct 29, 2018 · 1 comment
Closed
2 of 3 tasks

Cleanup db types #74

pjenvey opened this issue Oct 29, 2018 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@pjenvey
Copy link
Member

pjenvey commented Oct 29, 2018

Cleanup many of the various XXX comments around type signatures around the mysql db

  • fixing modified/'sizes' to become u64s
  • fix the user_id column to be 64 bits (it's a BigInt in token server yet a regular Int in server-syncstorage for some reason)
  • may want to revisit handling of u64s passed into the database: they must be casted to i64s so we may want to bounds check them beforehand (fixed for user_id)
@pjenvey pjenvey added the enhancement New feature or request label Oct 29, 2018
@pjenvey pjenvey self-assigned this Oct 29, 2018
bbangert added a commit that referenced this issue Nov 6, 2018
Co-authored by: Phil Jenvey <[email protected]>

Issue #74
@tublitzed tublitzed removed the backlog label Sep 27, 2019
@pjenvey
Copy link
Member Author

pjenvey commented Mar 6, 2020

AFAICT item #1 (fixing modified/'sizes' to become u64s) already happened?

Extracted #2 into #470, so closing.

@pjenvey pjenvey closed this as completed Mar 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants