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

Invalid spectral types #299

Closed
dr-rodriguez opened this issue Oct 14, 2022 · 1 comment
Closed

Invalid spectral types #299

dr-rodriguez opened this issue Oct 14, 2022 · 1 comment
Labels
bug Something isn't working database schema

Comments

@dr-rodriguez
Copy link
Collaborator

The spectral_type_string in the database is meant to be 10 characters, however, some entries (eg, WISEA J130729.56-055815.4) contain values like L8 (sl. blue) which are invalid. While SQLite is lazy about enforcing character restrictions (among other things), other database architectures like Postgres fail. We need to either expand the field to hold more characters, or move the (sl. blue) part to the comment field.

@dr-rodriguez dr-rodriguez added bug Something isn't working database schema labels Oct 14, 2022
@kelle kelle mentioned this issue Jul 22, 2024
2 tasks
@kelle
Copy link
Collaborator

kelle commented Jul 25, 2024

Done in #539 .

@kelle kelle closed this as completed Jul 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working database schema
Projects
None yet
Development

No branches or pull requests

2 participants