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

Timestamps in sessions tables are stored as TEXT #263

Open
jlewi opened this issue Sep 29, 2024 · 0 comments
Open

Timestamps in sessions tables are stored as TEXT #263

jlewi opened this issue Sep 29, 2024 · 0 comments

Comments

@jlewi
Copy link
Owner

jlewi commented Sep 29, 2024

It looks like the startTime and endTime are actually stored as text in the sessions table because sqlite has no timestamp type. This makes it difficult to do operations like compute a timedifference. It might be better to store them as integers representing unix epoch time.

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

No branches or pull requests

1 participant